๐ฑ๐ Plant Disease Detection Readme ๐จโ๐ฌ๐ฟ
๐ Dataset: The "Plant Disease Detection" project utilizes the "Plant Village" dataset. You can find the dataset at the following link: Plant Village Dataset ๐ฟ
๐ฟ About the Project: The objective of this project is to develop a model that can detect diseases in plants. It has achieved an impressive accuracy rate of 89%. The model can identify various potato leaf diseases such as early blight and late blight, as well as healthy leaves. Furthermore, it can also detect tomato plant diseases including early blight, leaf mold, target spot, and curl virus. ๐ฑ๐ ๐ฅ
๐ป Installation and Setup:
- Clone the repository:
- Install the required dependencies:
- Download the "Plant Village" dataset from the provided link and place it in the project directory.
- Run the project:
TO RUN THE PROJECT
- Go to the
api
folder: - Install the requirements for the API:
pip install -r requirements.txt
- 3.Run the project:
python main.py
๐ฑ Usage:
-
Use Postman or Swagger UI to access the API endpoint.
-
Make a POST request to
http://localhost:8000/predict
with the following parameters:image
: Upload an image of the plant for disease detection.
๐ง Example using Postman: