https://github.com/chinmay575/agroguru
Agriculture Guide App
https://github.com/chinmay575/agroguru
api aws firebase flutter flutter-bloc
Last synced: 3 months ago
JSON representation
Agriculture Guide App
- Host: GitHub
- URL: https://github.com/chinmay575/agroguru
- Owner: Chinmay575
- Created: 2024-02-21T14:31:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T02:38:22.000Z (over 1 year ago)
- Last Synced: 2025-06-21T15:08:10.938Z (about 1 year ago)
- Topics: api, aws, firebase, flutter, flutter-bloc
- Language: Dart
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# AgroGuru
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.
## Features
- Leaf Disease Detection
- AI Assistant
- Weather Forecast
- Information of Government Schemes
- Plantation Data of over 80 plants
- Multi Language Support (Upcoming)
- Dark Mode(Upcoming)
## Acknowledgements
- [Figma File](https://www.figma.com/file/s9d6ylDcHcwV1Vt74DtEUy/AgroGuru?type=design&node-id=29%3A496&mode=design&t=YqAs2fyDgKp0nkDt-1)
## Installation
## App
Check the url of api in urls.dart file change it as per requirement.
```bash
git clone https://github.com/Chinmay575/agroguru
flutter build apk --release
```
## API
We require a specific version of keras so it has to be installed after installing all other dependencies so that it can be overriden.
```bash
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
```
## Screenshots























## Authors
- [@Chinmay575](https://github.com/Chinmay575)
- [@abhinavsingh9240](https://github.com/abhinavsingh9240)
- [@02Omkar](https://github.com/02Omkar)