A computer vision project that estimates how many days remain before a banana spoils based on an uploaded image.
The model uses transfer learning with MobileNetV2 and performs regression to predict remaining shelf life.
- Image-based freshness estimation
- Pretrained CNN for visual feature extraction
- Simple Streamlit web interface
- Real-time prediction
- Python
- TensorFlow / Keras
- Streamlit
- MobileNetV2
- NumPy, Pillow