My Projects

Fast Marching Method — Ride the Wave

Fast Marching Method — Ride the Wave

Outperformed OpenCV's GraphCutSeamFinder and DPSeamFinder by implementing an FMM-based seam finder for optimal image seamlines. Solved the Eikonal equation over fused cost fields (color, edge, texture, saliency) for globally optimal seam paths.

View project →
Distributed Rate Limiter Microservice

Distributed Rate Limiter Microservice

Production-ready distributed rate-limiting backend implementing token bucket and sliding window algorithms via Redis. Full audit trail persisted to PostgreSQL, HTTP 429 enforcement with per-client analytics, and deployed via Docker Swarm with GitHub Actions CI/CD.

View project →