-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (39 loc) · 822 Bytes
/
Copy pathrequirements.txt
File metadata and controls
46 lines (39 loc) · 822 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# --- Core ---
numba>=0.65.1
numpy>=2.1
scipy>=1.18
pyyaml>=6.0.3
pydantic>=2.13.4
typing-extensions>=4.15
# --- Vision ---
opencv-python>=4.13.0.92
mediapipe>=0.10.35
pillow>=12.3.0
# --- Audio ---
sounddevice>=0.5.5
librosa>=0.8
soundfile>=0.14
# --- ML ---
torch>=2.12.1
torchvision>=0.27.1
torchaudio>=2.11
scikit-learn>=1.9
joblib>=1.5.3
# --- API / dashboard ---
fastapi>=0.138.2
uvicorn[standard]>=0.32
websockets>=16.0
python-multipart>=0.0.32
# --- Logging / dev ---
rich>=15.0
loguru>=0.7.3
tqdm>=4.68.3
# --- Edge / export (optional) ---
onnx>=1.22
onnxruntime>=1.27
# tensorflow-lite runtime is platform-specific; install via:
# pip install tflite-runtime
# or use the full TF for conversion:
# pip install tensorflow>=2.15
# --- Test ---
pytest>=9.1.1