mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 06:46:32 +00:00
be4cab4fcb
- Added `/detect/video` endpoint for true streaming video detection, allowing inference to start as upload bytes arrive. - Introduced `run_detect_video_stream` method in the inference module to handle video processing from a file-like object. - Updated media hashing to include a new function for computing hashes directly from files with minimal I/O. - Enhanced documentation to reflect changes in video processing and API behavior. Made-with: Cursor
71 lines
788 B
Plaintext
71 lines
788 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
Thumbs.db
|
|
|
|
# Cython generated
|
|
*.c
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.whl
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
.env.*
|
|
*.env.local
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.tox/
|
|
|
|
# Binary / media / model files
|
|
*.onnx
|
|
*.mp4
|
|
*.avi
|
|
*.jpg
|
|
*.JPG
|
|
*.jpeg
|
|
*.png
|
|
*.mlpackage
|
|
*.mlmodel
|
|
|
|
# Standalone skill output (ephemeral, not part of project)
|
|
_standalone/
|
|
|
|
# MCP config with credentials (use .cursor/mcp.json.example as template)
|
|
.cursor/mcp.json
|
|
|
|
# E2E compose env
|
|
!e2e/.env
|
|
|
|
# E2E test artifacts
|
|
e2e/results/
|
|
e2e/logs/
|
|
!e2e/results/.gitkeep
|
|
!e2e/logs/.gitkeep
|
|
|
|
# Deployment state
|
|
.deploy-previous-tag
|
|
|
|
# Runtime logs
|
|
Logs/
|