43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
# Nemesis
|
|
Nemesis is the public-facing investigative interface as the result of Operation Diponegoro, initiated by Abil Sudarman School of Artificial Intelligence. We ingest millions of rows of procurement data, surface anomalies, and make the findings legible to citizens, journalists, and policymakers.
|
|
|
|
https://assai.id/nemesis
|
|
|
|
|
|
> End the vampire ball.
|
|
|
|
|
|
## Release Status
|
|
|
|
| Asset | Status | ETA |
|
|
|-------|--------|-----|
|
|
| Dashboard URL | 🟡 In progress | 17 April |
|
|
|
|
Stay tuned.
|
|
|
|
## Downloads
|
|
|
|
### Dataset
|
|
|
|
[Download SIRUP raw jsonl dataset (analyzed by GPT-5.4)](https://contenflowstorage.blob.core.windows.net/shared/gpt-5.4-analyzed-sirup.zip?sp=r&st=2026-04-16T12:00:08Z&se=2029-04-16T20:15:08Z&spr=https&sv=2025-11-05&sr=b&sig=m%2FATynnnZq5gSdP8xWWw2ew41EMJZz09fDQRwpbWolk%3D)
|
|
|
|
[Download SIRUP dataset SQL Ver (analyzed by GPT-5.4-mini)](https://contenflowstorage.blob.core.windows.net/shared/datasets/dashboard.sql?sp=r&st=2026-04-16T12:16:15Z&se=2029-04-16T20:31:15Z&spr=https&sv=2025-11-05&sr=b&sig=sKPH9uazyLcYcSwhARcEwVSG%2FTld9VnGJgZ2mOZIxrA%3D)
|
|
|
|
### 1. Prepare the Database
|
|
|
|
Download and unzip the raw dataset, then convert it to SQLite:
|
|
|
|
```bash
|
|
# Convert raw jsonl data / sql data
|
|
|
|
# Place the resulting .SQL file at the expected path:
|
|
mv dashboard.sqlite backend/data/dashboard.sqlite
|
|
|
|
|
|
```
|
|
|
|
The backend expects the database at `backend/data/dashboard.sqlite`.
|
|
|
|
### 2. Run the Application
|
|
|