This project involves building a Convolutional Neural Network (CNN) to classify fruits as either "fresh" or "rotten" based on images. The CNN model is trained on a dataset of fruit images and can predict the freshness status of new images.
- Python 3.x
- TensorFlow 2.x
- Keras
- Matplotlib
- NumPy
You can install the required packages using pip:
pip install tensorflow keras matplotlib numpy