Skip to content

aparnar1305/Image_classification_using_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit Image Classification using CNN

A Supervised Deep Learning project that trains a Convolutional Neural Network (CNN) to classify fruit images into two categories: Apple and Watermelon using TensorFlow/Keras.

Features

  • Trained a CNN model for binary image classification
  • Image preprocessing and data augmentation
  • Model training and validation
  • Save and load trained model for inference
  • Predict fruit classes on unseen images

Tech Stack

  • Python
  • TensorFlow / Keras
  • NumPy

Project Structure

  • imageclassification.py – Model training
  • testimgclass.py – Model testing and prediction
  • model.json & model.weights.h5 – Trained model architecture and weights

Future Improvements

  • Train on a larger dataset
  • Support multiple fruit categories
  • Deploy as a web application

About

Trained a Convolutional Neural Network (CNN) using TensorFlow/Keras for binary fruit image classification with preprocessing, model training, and inference.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages