pahvalentines/backend
2026-02-27 19:57:34 +05:30
..
alembic feat: make pet image upload optional 2026-02-03 18:03:25 -06:00
app fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
cloud_run_video feat(video): move video generation to Cloud Run 2026-02-10 09:58:57 -06:00
tasks fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
video_generator vertical video background image 2026-02-04 22:07:43 +05:30
.env.example fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
alembic.ini Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
banned_words.txt minor UI updates 2026-02-11 22:44:11 +05:30
docker-compose.yml fix: prevent PostgreSQL connection exhaustion from Celery worker pool leak 2026-02-17 06:42:40 -06:00
Dockerfile Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
README.md chore(model): replace model binary with instructions to download it 2026-02-27 19:57:34 +05:30
requirements.txt feat(safety): add Gemini as alternative image safety classifier 2026-02-08 15:16:51 -06:00

Note

  • This backend application is dependant on zhangsongbo365/nudenet_onnx for filtering out profanity in frontend form inputs.
  • Ensure that you download the model and save it as ./backend/640m.onnx before running the applocation via docker
  • Download using command-line: curl -fsSL -O "https://huggingface.co/zhangsongbo365/nudenet_onnx/resolve/main/640m.onnx"