This is a web application for predicting plant diseases from uploaded images using a deep learning model trained with TensorFlow and Keras. The application is built with Flask.
- Upload an image of a plant leaf to detect potential diseases.
- Uses a deep learning model (
plant_disease_prediction_model.h5) for prediction. - Provides detailed descriptions of identified plant diseases.
- Built with Flask for an easy-to-use web interface.
- Flask
- TensorFlow
- NumPy
- Pillow
- Werkzeug
Run the following command to start the application: python app.py

