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.
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
$ 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!
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.