Spaces:
Sleeping
Sleeping
| [project] | |
| name = "creator-vision-backend" | |
| version = "0.1.0" | |
| description = "Creator Vision API — brand-presence analysis for video" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.115", | |
| "uvicorn[standard]>=0.32", | |
| "python-multipart>=0.0.12", | |
| "python-dotenv>=1.0", | |
| "fal-client>=0.5", | |
| "pillow>=11.0", | |
| "fastembed>=0.4", | |
| "numpy>=1.26", | |
| "faster-whisper>=1.0", | |
| "rapidocr-onnxruntime>=1.3", | |
| "openai>=1.50", | |
| ] | |
| [tool.uv] | |
| package = false | |