Spaces:
Sleeping
Sleeping
metadata
title: Plant Disease Detection
emoji: πΏ
colorFrom: green
colorTo: blue
sdk: docker
sdk_version: latest
app_file: app.py
pinned: false
πΏ Plant Disease Detection
A deep learning-based web application that identifies plant diseases from leaf images using a ResNet9 model, providing fast and accurate predictions.
π Features
- π± Identify 38 different plant diseases using a ResNet9 model
- π Interactive prediction visualization
- π± Mobile-responsive design
- β‘ Fast inference with model caching
- π Detailed disease information and treatment suggestions
- π³ Docker container support for easy deployment
π οΈ How to Run Locally
Clone the repository:
git clone https://huggingface.co/spaces/saketh-005/plant-disease-detection cd plant-disease-detectionInstall dependencies:
pip install -r requirements.txtRun the Streamlit app:
streamlit run app.py
π Deployment
This app is deployed on Hugging Face Spaces. You can access it here.
π Note
This is a demonstration application. For production use, please consult with agricultural experts and use laboratory testing for accurate disease diagnosis.
π License
This project is licensed under the MIT License - see the LICENSE file for details.