File size: 687 Bytes
18a11bc
 
 
 
 
 
 
 
 
6314bba
18a11bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6314bba
18a11bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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",
]