Medico is an AI model which assess the health of an apple leaf and classifies to one of the four categories
- Healthy Leaf
- Apple Scab
- Apple Rust
- Multiple Disease
- Install necessary modules with
sudo pip3 install -r requirements.txt
command. - Go to src folder (if you want to change paths of files and folders, go to src/config.py).
- Run
python3 train.py
to train and save the machine learning model. - To run this app from Streamlit. Run
streamlit run streamlitapp.py
. - Upload your Plant Leaf Image and then check the result.
Data can be downloaded from here
Web App was made using Streamlit
Please Give a 🌟 if you 👍 it.