Watch a quick demonstration of how the Plant Disease Detection System works:
![Video](videos/Plant Disease Detection System Demo Video.mp)
Here are some screenshots of the plant disease detection system:
- Programming Language: Python
- Libraries: TensorFlow, Keras, OpenCV, NumPy, scikit-learn
- Framework: Flask (if applicable, for web app)
- Deep Learning: Convolutional Neural Networks (CNN) for image classification
This project uses a Convolutional Neural Network (CNN) to classify plant diseases based on images of leaves. The model is trained on a dataset of plant images to recognize various plant diseases.
- Dataset used from PlantVillage dataset.
- Thanks to TensorFlow for providing tools to build the model.