Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 915 Bytes

File metadata and controls

36 lines (20 loc) · 915 Bytes

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.