An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Logo](https://i.ibb.co/YbHVxwh/logo.png)

# 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

![App Screenshot](https://i.ibb.co/sJsktQw/Screenshot-2024-04-15-120255.png)
![App Screenshot](https://i.ibb.co/wd4S4rN/Screenshot-2024-04-15-120324.png)
![App Screenshot](https://i.ibb.co/6BpZz7v/Screenshot-2024-04-15-120344.png)
![App Screenshot](https://i.ibb.co/jLSKf02/Screenshot-2024-04-15-120409.png)
![App Screenshot](https://i.ibb.co/0MzSYVP/Screenshot-2024-04-15-120433.png)
![App Screenshot](https://i.ibb.co/KNgtMr0/Screenshot-2024-04-15-120736.png)
![App Screenshot](https://i.ibb.co/6R7gSqL/Screenshot-2024-04-15-120752.png)
![App Screenshot](https://i.ibb.co/0rw680v/Screenshot-2024-04-15-120823.png)
![App Screenshot](https://i.ibb.co/jLPkZ3y/Screenshot-2024-04-15-120926.png)
![App Screenshot](https://i.ibb.co/sWzTMLt/Screenshot-2024-04-15-121047.png)
![App Screenshot](https://i.ibb.co/P4MbLJr/Screenshot-2024-04-15-121550.png)
![App Screenshot](https://i.ibb.co/QC7nRnw/Screenshot-2024-04-15-121605.png)
![App Screenshot](https://i.ibb.co/4Ypp6V1/Screenshot-2024-04-15-121623.png)
![App Screenshot](https://i.ibb.co/NKtj5M4/Screenshot-2024-04-15-121637.png)
![App Screenshot](https://i.ibb.co/5x5RRL7/Screenshot-2024-04-15-123312.png)
![App Screenshot](https://i.ibb.co/0s74C0r/Screenshot-2024-04-15-123554.png)
![App Screenshot](https://i.ibb.co/1LsCYJj/Screenshot-2024-04-15-123709.png)
![App Screenshot](https://i.ibb.co/x3scX5s/Screenshot-2024-04-15-123728.png)
![App Screenshot](https://i.ibb.co/8dXRyWj/Screenshot-2024-04-15-131445.png)
![App Screenshot](https://i.ibb.co/JBPZRYp/Screenshot-2024-04-15-131505.png)
![App Screenshot](https://i.ibb.co/tqTzGXY/Screenshot-2024-04-19-143935.png)
![App Screenshot](https://i.ibb.co/V9Q3d1B/Screenshot-2024-04-19-143945.png)
![App Screenshot](https://i.ibb.co/6vf67tF/Screenshot-2024-04-19-143955.png)

## Authors

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