Skip to content

This is an ML-Powered Project I'm working on which can, for now, classify what kind of blight disease a tomato/potato plant has.

Notifications You must be signed in to change notification settings

OishikGuha/Vegetable-Plant-Blight-Disease-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vegetable-Plant-Blight-Disease-Classifier.

This is an ML-Powered Project I'm working on which can, for now, classify what kind of blight disease a tomato/potato plant has.

How to run

Installing main dependencies:

Make sure you have Node.js installed on your OS.

$ pip install tensorflow keras tensorflow-nightly

For installing node modules

$ cd frontend/apitest

$ npm install

$ cd ../../api/

$ pip install -r requirements.txt

Running the project:

$ cd api

$ python main.py

this will begin running the AI server required by the website's backend.

$ cd frontend/main

$ npm run serve

This will begin running the main web server. Now you can enter the website!

Extra Info

also this dataset contains all the plant images I used to train and test the AI. I didn't upload it to my github because this dataset is huge.

About

This is an ML-Powered Project I'm working on which can, for now, classify what kind of blight disease a tomato/potato plant has.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published