Rwanda's leading AI powered farmer support application
# Rwanda C-Hinga (inspired by Google Cloud Platform)
## Setup
1. pip install -r requirements.txt
2. python scripts/data_ingest.py
3. flask run
## Test
- Visit / for landing.
- Register/login as farmer/admin.
- Farmers: Update profile, view dashboard.
- Admins: See farmers in dashboard.
## Deploy to Cloud Run
See previous instructions.