PlantCare is a machine learning model that detects diseases in plant leaves. It can be a valuable tool for farmers, gardeners, and anyone interested in plants health.
The machine learning code used in this project is based on the work done by @Manthan89-py. You can find the original code in this repository https://github.com/manthan89-py/Plant-Disease-Detection.
to install the requirements run this command on your terminal : pip install -r requirements.txt Download the pre-trained model file plant_disease_model_1.pt from here
Add the downloaded.
Run the Flask app using below command : python app.py.