A cassava leaf disease classification model using PyTorch, OpenCV, and Streamlit. This project aims to identify and classify various diseases affecting cassava leaves, leveraging deep learning and computer vision techniques for agricultural support.
- Deep Learning Model: Built with PyTorch for high-accuracy classification.
- Image Processing: Utilizes OpenCV for pre-processing images.
- Interactive Web Interface: Streamlit front end for easy interaction and classification display.
Install dependencies with:
pip install -r requirements.txt
Run the Model
python main.py
Run streamlit app
streamlit run app.py
Acknowledgements
Thanks to Vishnu for providing the base code and guidance.