/tomato-disease-classification

System that classifies tomato diseases based on leaf images

Primary LanguageJupyter NotebookMIT LicenseMIT

Description

This project is a system for classifying tomato leaf images to detect diseases at an early stage. The application informs the farmer about the disease and the measures to be taken.

image

Install Dependencies

Run:

pip install -r requirements.txt

Start App

Just run:

streamlit run app.py

Then, you can see your app at the url http://localhost:8501.