pahvalentines/backend/app
michael 05a8115dd0 feat: add human detection using NudeNet for pet photo validation
Adds server-side image safety check to ensure users upload pet photos instead
of human images. Uses NudeNet with 0.5 confidence threshold and fail-open
behavior. Frontend shows loading state during analysis and error UI when
humans are detected.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:57:23 -06:00
..
routers feat: add human detection using NudeNet for pet photo validation 2026-02-04 08:57:23 -06:00
services feat: add server-side profanity filter with real-time validation 2026-02-04 08:29:58 -06:00
__init__.py Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
config.py refactor: convert polling tasks to event-based architecture 2026-02-04 00:28:52 -06:00
database.py Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
main.py feat: add human detection using NudeNet for pet photo validation 2026-02-04 08:57:23 -06:00
models.py feat: make pet image upload optional 2026-02-03 18:03:25 -06:00
prompts.py fix: Add banned words list to all pet prompts 2026-02-02 12:17:18 -06:00
schemas.py feat: add human detection using NudeNet for pet photo validation 2026-02-04 08:57:23 -06:00