CoolFace
Apppublic

itsmanask/NVIDIA-Video-Classification-Project

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
.dockerignore60 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7*.egg-info/8dist/9build/10*.egg11 12# Virtual environments13venv/14env/15ENV/16 17# IDE18.vscode/19.idea/20*.swp21*.swo22*~23 24# OS25.DS_Store26Thumbs.db27 28# Git29.git/30.gitignore31.gitattributes32 33# Documentation (keep README in image if needed)34*.md35!README.md36 37# Deployment scripts38deploy.sh39test_local.py40 41# Logs42logs/43*.log44 45# Temporary files46tmp/47temp/48*.tmp49 50# Large files not needed in container51examples/52*.mp453*.avi54*.mov55*.mkv56 57# Testing58tests/59test_*.py60*_test.py