Fruit Quality Detector is a web application that uses a machine learning model to classify fruits as either Good or Spoiled. This project demonstrates how TensorFlow and Keras can be used to build and deploy a fruit classification system on Streamlit.
The application is live and hosted at: https://fruit-classify.onrender.com/
To successfully deploy this app on Streamlit, use TensorFlow and Keras version 2.15.0.
- Upload an image of a fruit to classify its quality.
- Sidebar with sample images of both good and spoiled fruits.
- Intuitive and responsive user interface built using Streamlit.
- Frontend: Streamlit
- Backend: TensorFlow, Keras
- Languages: Python
Follow the steps below to run the project locally:
- Clone the repository:
git clone https://github.com/SimpleCyber/Fruit_Classification-IEEE.git
- Navigate to the project directory:
cd Fruit_Classification-IEEE
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
We welcome contributions! If you’re interested, please visit the GitHub repository: https://github.com/SimpleCyber/Fruit_Classification-IEEE.git
This project is licensed under the MIT License. See the LICENSE file for details.
✨ Enjoy detecting fruit quality with ease!