Skip to content
Nguyα»…n Tri BΓ£o ThαΊ―ng edited this page May 5, 2026 · 1 revision

🌍 AirSafeNet Wiki

Welcome to the AirSafeNet project wiki β€” your comprehensive guide to understanding, running, and contributing to the system.


πŸ“– Table of Contents

πŸš€ Getting Started

πŸ—οΈ Architecture

πŸ€– AI & Model

✨ Features

πŸ“‘ API Reference

🐳 DevOps

🀝 Contributing


🎯 What is AirSafeNet?

AirSafeNet is a full-stack AI platform that turns raw PM2.5 data into actionable, personalized health decisions for residents of Ho Chi Minh City.

Open-Meteo + OpenAQ
        ↓
  AI Server (FastAPI)          ← Ensemble AI Β· Cache Β· Anomaly Β· Heatmap
        ↓
  Backend (ASP.NET Core 8)     ← Auth Β· Activity Β· Notifications Β· Chat AI
        ↓
  Frontend (React 18)          ← Dashboard Β· Planner Β· Heatmap Β· Assistant

Built by Team KTT.HUTECH for Website & AI Innovation Contest 2026.


⚑ Quick Links

Action Command
Start full stack docker compose up -d --build
Open dashboard http://localhost:5173
API docs http://localhost:7276/swagger
AI docs http://localhost:8000/docs
Trigger recompute POST /api/admin/compute

Clone this wiki locally