An open API service indexing awesome lists of open source software.

https://github.com/avnigoyal25/potato-disease-classification

The Potato Disease Classification Project aims to build a machine learning model capable of accurately classifying different diseases in potato plants.
https://github.com/avnigoyal25/potato-disease-classification

deep-learning fastapi keras machine-learning python reactjs tensorflow

Last synced: 5 months ago
JSON representation

The Potato Disease Classification Project aims to build a machine learning model capable of accurately classifying different diseases in potato plants.

Awesome Lists containing this project

README

          

https://github.com/avnigoyal25/Potato-disease-classification/assets/91952706/7606ab5a-b714-4c05-86bc-ecaad787b88f

# Potato-disease-classification

The Potato Disease Classification Project aims to build a machine learning model capable of accurately classifying different diseases in potato plants. By using deep learning algorithms, the project seeks to assist farmers and agricultural experts in early disease detection, enabling them to take necessary measures to protect their potato crops and improve overall yield.

# Dataset used
https://www.kaggle.com/datasets/emmarex/plantdisease

# Tech stack used

Model building - Jupyter notebook using tensorflow, keras, python

Frontend- ReactJs

Backend- FastAPI

# How to run the project on your system

1) Clone the repo
2) Install requirements.txt using command- pip install -r requirements.txt
3) Go to frontend folder in the terminal and write- npm start
4) For backend just run main.py in the api folder.