Commit Graph

1 Commits

Author SHA1 Message Date
Hung Luu d34b27ecc5 Initial commit: Face embedding service with modular structure
- FastAPI-based face embedding service using InsightFace
- Modular package structure (app/config, app/models, app/face, app/image, app/routes)
- Async HTTP downloads with retry logic (httpx + tenacity)
- Image size/dimension limits and decompression bomb protection
- Comprehensive image decoding with color mode handling
- BBox coordinate clamping and embedding validation
- Production-ready structure with TODOs for security features
2025-12-01 11:38:50 +07:00