Web-based plant disease detection using machine learning.
- Install dependencies:
pip install -r requirements.txt- Run the server:
python main_simple.py- Open browser:
http://localhost:8000
- Upload plant leaf images
- Get disease predictions with confidence scores
- View treatment recommendations
- Analytics dashboard
To train the ML model:
python train_simple_model.py- FastAPI
- OpenCV
- scikit-learn
- Chart.js