CultiKure is a web-based tool designed to help users detect and address diseases in plants. By analyzing images of plant leaves, this application employs advanced AI technology to identify potential plant health issues, ensuring healthier crops and better yields.
- AI-Powered Disease Detection: Upload plant leaf images to get real-time analysis and detection of diseases.
- Informative Reports: Receive detailed reports about detected diseases, including descriptions, preventive measures, and product recommendations.
- Supplement Market: Explore a selection of supplements and fertilizers to support plant health.
- User-Friendly Interface: An intuitive and easy-to-navigate interface for a seamless user experience.
- AI Model: VGG (Visual Geometry Group) model for image analysis.
- Web Framework: Flask for the back-end.
- Front-end: HTML, CSS, JavaScript.
- Libraries/Frameworks: Bootstrap for styling.
- Navigate to the CultiKure Web Application
- Upload an image of a plant leaf.
- Receive detailed information about the detected disease, including tips and product recommendations.
Plant diseases can significantly impact crop health and yield. Early detection and intervention are crucial. CultiKure helps users identify and address potential issues, ensuring healthier crops and better yields.
- Clone the repository:
git clone https://github.com/yourusername/CultiKure.git
- Install Python Packages
pip install -r requirements.txt
3.Activate Virtual-Environment (.venv )
./activate.bat
4.Activate the virtual environment
source ./venv/bin/activate
5.Run the Django server:
python manage.py runserver