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.
- 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
- Python
- TensorFlow / Keras
- NumPy
imageclassification.py– Model trainingtestimgclass.py– Model testing and predictionmodel.json&model.weights.h5– Trained model architecture and weights
- Train on a larger dataset
- Support multiple fruit categories
- Deploy as a web application