Classify Disease in tomato plant leat using AI. This project can help farmers to detect disease in tomato plant. they have to drag and drop the image of plant leaf. Model will return the Disease in that particular plant.
To start with this project. First of all Clone this repository and install the required python libraries by running the given command.
pip install -r requirements.txt
It will good if you create the separate environment for this project.
After installing all the required libraries. Run the below command in your terminal to start the web app.
streamlit run app.py
It will open the web page. you only need to drag and drop tomato plant leaf image. It will then predict the disease.