Healthy Leaf (HL) introduces an innovative approach to plant care through Smart Image Analysis (SIA). This project aims to alleviate the challenges associated with identifying potential diseases (PD) in plants and providing appropriate solutions. By leveraging cutting-edge technology, HL offers a Solutions Adviser (SA) platform where users can upload pictures for Picture Upload and Analysis (POC). The platform analyzes images to determine PD and gives the user information about the disease and its cure.
To run the application locally, follow these steps:
- Download the pre-trained model from here.
- Place the downloaded model file in the main folder of the project.
- Clone the project
git clone https://github.com/d-evm/HealthyLeaf.git
- Install dependencies
pip install -r requirements.txt
- Start the server
python app.py
- Dataset: New Plant Diseases Dataset from Kaggle, comprising 38 diseases.
- Disease Information Dataset: The dataset containing disease information was generated by AI and is available at
dataset\data3.csv
.
-
Expand Disease Coverage: Incorporate additional diseases into the dataset for broader identification capabilities.
-
Enhanced Disease Information: Provide more comprehensive information about each disease, including symptoms, treatment options, and preventive measures.
-
UI Improvements: Enhance the user interface for better usability and visual appeal, ensuring a seamless and intuitive experience for users.