| .. | ||
| alembic | ||
| app | ||
| cloud_run_video | ||
| tasks | ||
| video_generator | ||
| .env.example | ||
| alembic.ini | ||
| banned_words.txt | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
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.onnxbefore running the applocation via docker - Download using command-line:
curl -fsSL -O "https://huggingface.co/zhangsongbo365/nudenet_onnx/resolve/main/640m.onnx"