A Flutter-based solution to assist farmers with growing crops and detecting diseases. This solution integrates deep learning models for disease detection, Google's large language model, Gemini Vision Pro, for answering questions, providing information about government schemes, and offering data on over 80 crops.
- Leaf Disease Detection
- AI Assistant
- Weather Forecast
- Information of Government Schemes
- Plantation Data of over 80 plants
- Multi Language Support (Upcoming)
- Dark Mode(Upcoming)
Check the url of api in urls.dart file change it as per requirement.
git clone https://github.com/Chinmay575/agroguru
flutter build apk --release We require a specific version of keras so it has to be installed after installing all other dependencies so that it can be overriden.
git clone https://github.com/abhinavsingh9240/LeafDiseaseDetection
cd API/
pip install -r requirements.txt
pip install keras==3.0.5
python manage.py runserver 0.0.0.0:8000






















