Skip to content

A model for classifying different types of fruits using CNNs

Notifications You must be signed in to change notification settings

archihalder/Fruit-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit Classifier

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.


Dataset

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.
  1. Apple
  2. Banana
  3. Mango
  4. Orange
  5. Pineapple

How to use the project

  1. Installing the required softwares:-
    pip install -r requirements.txt
  2. Cloning the repository:-
    git clone https://github.com/archihalder/Fruit-Classifier.git
  3. Change the directory:-
    cd Fruit-Classifier
  4. Run the web app:-
    streamlit run app.py
  5. To close the app from the terminal, press Ctrl+C.

Demo

About

A model for classifying different types of fruits using CNNs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published