Skip to content

Deep learning image classification projects using TensorFlow & Keras — includes CIFAR-10, MNIST digit recognition, and bone fracture detection.

Notifications You must be signed in to change notification settings

imhnor/ImageClassification_Keras_tf

Repository files navigation

Image Classification with TensorFlow & Keras

This repository contains three deep learning image classification projects built using TensorFlow and Keras.
Each project includes dataset loading, preprocessing, model building, training, evaluation, and prediction examples.

Projects Included

  1. CIFAR-10 Image Classification

    • Dataset: CIFAR-10
    • Classes: 10 categories (airplane, car, bird, cat, deer, dog, frog, horse, ship, truck)
    • Model: Convolutional Neural Network (CNN)
  2. Digit Recognition (MNIST)

  3. Bone Fracture Detection

    • Dataset: (/kaggle/input/bone-fracture-dataset)
    • Classes: Not Fracture and Fracture
    • Model: Custom CNN for binary classification

Clone the Repository

git clone https://github.com/imahnor/ImageClassification_Keras_tf.git
cd ImageClassification_Keras_tf

About

Deep learning image classification projects using TensorFlow & Keras — includes CIFAR-10, MNIST digit recognition, and bone fracture detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published