Cloud-deployed AI accident-detection platform built with a four-person team. YOLO-based real-time vehicle detection paired with a CNN collision classifier — served via a Dockerized FastAPI backend on AWS EC2, with a React / TypeScript / Vite frontend distributed through AWS S3 and CloudFront.
React / TypeScript / Vite
·
FastAPI / Docker
·
YOLO / CNN
·
AWS EC2 / S3 / CloudFront
Extended a GPU-accelerated open-source CUDA boids simulator. Added a spatial-hash neighbour search, CUDA–OpenGL interop for zero-copy rendering, and an interactive ImGui control panel — scaling real-time agent simulation to 100k+ boids.
CUDA / C++
·
OpenGL
·
ImGui
·
Spatial Hash