This is a WebApp to detect the diseases in Leaf of the Plant made using HTML, CSS, JQuery. It is served using Python-Flask BackEnd
Used PlantVillage DataSet and Kaggle Notebook to cretae the model and export them as serialised .pkl files
Note: The mobile version of the App is made and is available in a diiferent branch
- Run
my code1.ipynb
in Jupyter Notebook or VSCode
- pip -r requirements.txt
- Run the app.py file
- Server starts on localhost:5000 and serves the frontend minified build
Note: All the image uploads are stored statically on the server for now.