https://github.com/workforce-global/agro_mobile
Mobile version of AgroSaviour
https://github.com/workforce-global/agro_mobile
Last synced: 11 months ago
JSON representation
Mobile version of AgroSaviour
- Host: GitHub
- URL: https://github.com/workforce-global/agro_mobile
- Owner: Workforce-Global
- Created: 2025-07-21T01:43:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T05:04:57.000Z (11 months ago)
- Last Synced: 2025-08-05T05:22:12.646Z (11 months ago)
- Language: Dart
- Size: 2.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agro_sav
AgroSaviour - Crop Disease Analysis App
AgroSaviour is a Flutter-based mobile application programmed to farmers and agricultural experts analyze crpo images using AI models.
## Features
- Upload crop images from **camera** or **gallery**
- Choose between multiple machine learning models (e.g., EfficientNet)
- Real-time prediction via **backend API**
- Displays prediction **label** and **confidence percentage**
- Stores results securely in **Firestore**
- Firebase Authentication support (Google/Email)
- Simple and responsive UI with theme support
## API INtegration
- Endpoint:
`https://agrosaviour-backend-947103695812.europe-west1.run.app/predict/`
- Method: 'POST'
- Body:
-model_name:
-file: Multipart file
## Authentication
- Firebase Authentication: Email/password and Google Sign-In