Spaces:
Runtime error
Runtime error
| [project] | |
| name = "isr" | |
| version = "0.1.0" | |
| description = "Multi-GPU video analysis platform for object detection, segmentation, and drone detection" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi", | |
| "uvicorn", | |
| "torch", | |
| "transformers>=5.1.0", | |
| "opencv-python-headless", | |
| "python-multipart", | |
| "pillow", | |
| "huggingface-hub", | |
| "ultralytics", | |
| "python-dotenv", | |
| "einops", | |
| "sentence-transformers", | |
| "SAM-2 @ git+https://github.com/facebookresearch/sam2.git", | |
| "hydra-core>=1.3.2", | |
| "iopath>=0.1.10", | |
| "psutil", | |
| "dill", | |
| "openai>=1.0.0", | |
| "anthropic>=0.40.0", | |
| "google-genai>=1.0.0", | |
| "requests", | |
| "baml-py>=0.220.0", | |
| ] | |