Git Product home page Git Product logo

fruit-classification-website's Introduction

Fruit Recognition Website

Description

This is a small project to recognize fruits using 3 popular CNN models: ResNet50, DenseNet121 and MobileNet. These models are trained on our custom dataset of 20 fruits. The dataset is available here. The website is built using Streamlit and deployed on Streamlit Cloud. You can access the website here.

Installation

If you want to run this project locally, you can clone this repository and install the required packages using the following command:

# Clone the repository
git clone https://github.com/vm7608/fruit-classification-website.git

# Create a virtual environment
virtualenv .venv

# Activate the virtual environment
source .venv/bin/activate

# Install the required packages
pip install -r requirements.txt

# Run the app
streamlit run streamlit_app.py

Details of implementation

We have created a full training/testing pipeline for the models. The pipeline details can be found in the folder notebooks. The trained models are saved in the folder models. The code to process data and create the dataset can be found in the folder data processing. The code to create the website can be found in the folder streamlit_app.

For more details, please refer to the document folder.

Contributors

  • Cao Kieu Van Manh
  • Nguyen Tuan Hung
  • Vo Hoang Bao
  • Nguyen Tien Hung

fruit-classification-website's People

Contributors

vm7608 avatar

Stargazers

Monmoonluna avatar  avatar Nguyễn Văn Trường Sơn avatar Le Quoc An avatar Phan Thành Ngân avatar thxnhi avatar Thien Anh avatar Tuan Hung avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.