AMC Filter Analytics — Methodology Demo
Three models for AMC (Airborne Molecular Contamination) filter analytics, built on public activated-carbon and air-quality datasets. Methodology demo only — all data and parameters are simulated or sourced from public literature.
About this demo
A portfolio project demonstrating three AMC filter analytics models — breakthrough-curve prediction, regeneration-cycle degradation, and batch quality scoring — plus the MLOps shape around them (training → metrics → drift → scheduled retrain). The point is to show the methodology and engineering end-to-end, inspectable from training code through to the deployed UI.
Every response from the API carries data_source: "simulated". All data and parameters are either synthetically generated or sourced from public literature and public APIs.
Stack
- Frontend
- Next.js 16 + shadcn/ui + Recharts
- API
- FastAPI via shared dashai-api gateway (
/amc) - Training
- XGBoost · CatBoost · PyTorch · scikit-learn
- Deploy
- Vercel (frontend) · Render (backend, Singapore)