You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Flask web app able to distinguish between real world images of Apples, Bananas, Oranges with predicting weather the fruit in image is Fresh or Rotten with respective probabilities on real-time hosted web service (Heroku)
This project aims to classify different types of fruits using deep learning. The objective is to build a model that can accurately identify the type of fruit based on images.
A computer vision project for fruit detection and classification using YOLO object detection models in a Jupyter Notebook. Demonstrates data preparation, training, and inference with YOLO for fruit recognition tasks.
A dual-headed deep learning model built using TensorFlow and Keras to classify fruit type (Apple, Banana, Guava, Orange) and their quality condition (Good or Bad) from images. The system includes Grad-CAM-based visual explanations and a responsive Streamlit web interface for real-time predictions using uploaded images or webcam input.
Deep Learning model for fruit classification using CNNs, designed for embedded Linux deployment. Built with TensorFlow/Keras on Kaggle's Fruits-360 dataset. Features: data augmentation, dropout regularization, TFLite conversion, confusion matrix analysis, and detailed performance metrics per class.
A lightweight and efficient computer vision solution for classifying various fruits using MobileNetV2 and transfer learning. Includes robust data preprocessing pipelines, clear repository structure, and detailed documentation for easy collaboration.