PlantMed is a simple plant disease diagnosis application based on observed symptoms.
PlantMed allows users to input symptoms observed on their plants and provides information about potential plant diseases based on the entered symptoms.
Additionally, it displays relevant images for the identified diseases, helping users visually confirm their diagnosis.
-
🔍 Disease Matching – Display diseases associated with the entered symptoms

-
🖼 Relevant Images – Provide visual references for the identified diseases

-
♻ Reset Functionality – Clear symptoms and enter new ones
-
Clone this repository:
git clone https://github.com/Ela689/PlantMED_Expert_System.git cd Mini-Expert-System-PlantMed -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python plant_disease_diagnosis.py
| Symptom Input | Disease Results | Image References |
|---|---|---|
![]() |
![]() |
![]() |
- Python 3.8+
pipfor dependency management- Libraries listed in requirements.txt
This project is licensed under the MIT License.
- 🌍 Add support for multiple languages
- 📱 Create a mobile-friendly version
- 🤖 Improve disease prediction with Machine Learning
