Skip to content

A classification system to detect if a potato plant has early blight, late blight or is healthy

Notifications You must be signed in to change notification settings

CEPHAL0/Potato-Disease-Classification-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potato Disease Classificaation System

This system is intended to classify potato plant leaves in three classes

  1. Early Blight
  2. Late Blight
  3. Healthy

The model has been trained using CNN and has been deployed in the python fastapi backend server, to run the model run the following commands in shell:

cd api
uvicorn index:app --host localhost --port 8000 --reload

JSON Endpoints

The following Endpoints have been configured for the CRUD operation of the users and two seperate models have been deployed:

/model/v1

/model/v2

/user/create

/user/delete

To refer to all of the APIs, you can use the Swagger dashboard on the URL:

/docs

- Sharad Sharma, 2023

About

A classification system to detect if a potato plant has early blight, late blight or is healthy

Topics

Resources

Stars

Watchers

Forks

Languages