This project helps to classify different types of fruits using Convolutional Neural Networks (CNNs). It is a neural network that has one or more convolutional layers. It is mainly used for image processing, classification, segmentation, and also for other correlated data. CNNs are used for their high accuracy.
The dataset is made from scratch. It is divided into two categories namely test and train. Each of those categories is divided into five classes.
- Apple
- Banana
- Mango
- Orange
- Pineapple
- Installing the required softwares:-
pip install -r requirements.txt
- Cloning the repository:-
git clone https://github.com/archihalder/Fruit-Classifier.git
- Change the directory:-
cd Fruit-Classifier
- Run the web app:-
streamlit run app.py
- To close the app from the terminal, press Ctrl+C.