{"id":50862735,"url":"https://github.com/smmariquit/illumina","last_synced_at":"2026-06-14T22:06:02.665Z","repository":{"id":297097579,"uuid":"994928875","full_name":"smmariquit/illumina","owner":"smmariquit","description":"Illumina — Sparkfest 2025 hackathon project. A Flutter + Firebase + Google Cloud Vision app that maps urban danger zones in real time, helping citizens stay safe and guiding city planners toward SDG 11 \u0026 16 (safer, human-centered cities).","archived":false,"fork":false,"pushed_at":"2026-06-05T19:59:38.000Z","size":27991,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T21:23:04.091Z","etag":null,"topics":["civic-tech","computer-vision","dart","firebase","flutter","google-cloud-vision","google-maps","hackathon","philippines","sdg-11","sdg-16","sparkfest","sustainable-development","urban-planning"],"latest_commit_sha":null,"homepage":"https://project-illumina.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smmariquit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T17:45:57.000Z","updated_at":"2026-06-05T19:59:44.000Z","dependencies_parsed_at":"2025-06-04T05:23:22.417Z","dependency_job_id":null,"html_url":"https://github.com/smmariquit/illumina","commit_stats":null,"previous_names":["smmariquit/illumina"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smmariquit/illumina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fillumina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fillumina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fillumina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fillumina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smmariquit","download_url":"https://codeload.github.com/smmariquit/illumina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fillumina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["civic-tech","computer-vision","dart","firebase","flutter","google-cloud-vision","google-maps","hackathon","philippines","sdg-11","sdg-16","sparkfest","sustainable-development","urban-planning"],"created_at":"2026-06-14T22:05:57.894Z","updated_at":"2026-06-14T22:06:02.660Z","avatar_url":"https://github.com/smmariquit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Illumina: Designing Cities for People\n\n## Sparkfest 2025\n\n**A computer vision-powered platform to light up our cities.**  \nEmpowering SDG 11 \u0026 16 through real-time mapping, hazard reporting, and community-driven safety insights.\n\n---\n\n## Tech Stack\n\n- **Flutter** (cross-platform: Android, iOS, Web)\n- **Firebase** (Firestore, Storage, Auth)\n- **Google Cloud Vision API**\n- **Google Maps Platform**\n\n---\n\n### Architecture\n\n\u003c!-- Logos (optional, for visual appeal) --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/smmariquit/illumina/main/assets/flutter.png\" alt=\"Flutter\" height=\"32\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/smmariquit/illumina/main/assets/firebase.png\" alt=\"Firebase\" height=\"32\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/smmariquit/illumina/main/assets/gcp.png\" alt=\"GCP\" height=\"32\"/\u003e\n\u003c/p\u003e\n\n```mermaid\nflowchart TB\n    flutter[Flutter UI]\n    material[Material Design]\n    widgets[Custom Widgets]\n    provider[Provider]\n    api[API Layer]\n    firebase[Firebase]\n    auth[Authentication]\n    firestore[Firestore]\n    storage[Storage]\n    gcp[Google Cloud Platform]\n    maps[Google Maps API]\n    vision[Cloud Vision API]\n\n    subgraph Frontend[\"Frontend\"]\n        flutter\n        material\n        widgets\n    end\n\n    subgraph State[\"State \u0026 API Layer\"]\n        provider\n        api\n    end\n\n    subgraph Backend[\"Backend\"]\n        firebase\n        auth\n        firestore\n        storage\n    end\n\n    subgraph Cloud[\"Google Cloud Platform\"]\n        gcp --\u003e maps\n        gcp --\u003e vision\n    end\n\n    flutter --\u003e material\n    flutter --\u003e widgets\n    flutter --\u003e provider --\u003e api --\u003e firebase\n    firebase --\u003e auth \u0026 firestore \u0026 storage\n    firebase --\u003e gcp\n\n    Frontend --\u003e State\n    State --\u003e Backend\n```\n\n---\n\n## Deployment\n\n### 🌐 **Try the Web App**\n[project-illumina.netlify.app](https://project-illumina.netlify.app)  \n*Just click and use!*\n\n### 🖥️ **Run Locally (Flutter)**\n1. Clone the repo and run:\n   ```bash\n   flutter pub get\n   flutter run -d chrome # or -d android, -d ios\n   ```\n\n---\n\n## About\n\nIllumina is Phase 1 of the Design Cities for People Initiative (DCPI)—a civic tech project using computer vision and real-time data to make urban spaces safer and more accountable.\n\n---\n\n*Bigyan nating liwanag ang ating mga siyudad tungo sa makataong disenyo.*\n\n## 📊 Current State of the Code\n- **Tech Stack:** Static / Basic Scripts\n- **Repository Size:** 273 tracked files\n- **Latest Update:** `c399f2d chore: add stale issue and PR validators`\n\n\n---\n*☕ If you found this project useful, you can support my work at [kape.stimmie.dev](https://kape.stimmie.dev)!*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fillumina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmmariquit%2Fillumina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fillumina/lists"}