APRU Tech Policy Hackathon 2025 - Deliverable #3 README
Agri-Access uses satellite imagery and AI to assess agricultural credit risk in about one minute, enabling Indonesian banks to serve 29 million farmers currently excluded from formal credit.
# 1. Navigate to project directory
cd agri-access
# 2. Install dependencies
# Public deploy/lightweight:
pip install -r requirements.txt
# Full local private platform:
# pip install -r requirements-private.txt
# 3. Start application
python3 basel_iii_api.py
# 4. Open browser to the displayed localhost website
To avoid exposing backend APIs publicly, set a token:
export AGRI_API_AUTH_TOKEN="your-strong-demo-token"
Then open platform with a tokenized link once (sets an auth cookie for browser API calls):
http://localhost:3000/platform?token=your-strong-demo-token
For direct API clients, send either:
Authorization: Bearer your-strong-demo-token, orX-API-Key: your-strong-demo-tokenAGRI_ENABLE_PRIVATE_PLATFORM=false (default). Only the feasibility landing demo is exposed.export AGRI_ENABLE_PRIVATE_PLATFORM=true
python3 basel_iii_api.py
This enables /platform and all /api/* routes only in your local/private environment.
All AI-generated code was reviewed, tested, and customized for Indonesian agricultural finance requirements.
3 commits
JavaScript
41.5%
Python
37.1%
CSS
11.6%
HTML
9.8%
APRU Tech Policy Hackathon 2025 - Deliverable #3 README
Agri-Access uses satellite imagery and AI to assess agricultural credit risk in about one minute, enabling Indonesian banks to serve 29 million farmers currently excluded from formal credit.
# 1. Navigate to project directory
cd agri-access
# 2. Install dependencies
# Public deploy/lightweight:
pip install -r requirements.txt
# Full local private platform:
# pip install -r requirements-private.txt
# 3. Start application
python3 basel_iii_api.py
# 4. Open browser to the displayed localhost website
To avoid exposing backend APIs publicly, set a token:
export AGRI_API_AUTH_TOKEN="your-strong-demo-token"
Then open platform with a tokenized link once (sets an auth cookie for browser API calls):
http://localhost:3000/platform?token=your-strong-demo-token
For direct API clients, send either:
Authorization: Bearer your-strong-demo-token, orX-API-Key: your-strong-demo-tokenAGRI_ENABLE_PRIVATE_PLATFORM=false (default). Only the feasibility landing demo is exposed.export AGRI_ENABLE_PRIVATE_PLATFORM=true
python3 basel_iii_api.py
This enables /platform and all /api/* routes only in your local/private environment.
All AI-generated code was reviewed, tested, and customized for Indonesian agricultural finance requirements.
3 commits
JavaScript
41.5%
Python
37.1%
CSS
11.6%
HTML
9.8%