-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
51 lines (44 loc) · 988 Bytes
/
requirements.txt
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
47
48
49
50
# Dev tools -----------------------------------
flake8==6.0.0
isort==5.12.0
black==23.1.0
pre-commit==3.1.1
interrogate==1.5.0
pytest==7.2.2
tox==4.4.7
httpx==0.23.3
# Base ----------------------------------------
matplotlib==3.7.1
numpy==1.22.4
opencv-python==4.7.0.72
Pillow==9.4.0
PyYAML==6.0
requests==2.28.2
scipy==1.10.1
torch==1.13.1
torchvision==0.14.1
tqdm==4.65.0
python-dotenv==0.19.2
ultralytics==8.0.53
# Plotting ------------------------------------
pandas==1.4.4
seaborn==0.12.2
# Export --------------------------------------
clearml==1.9.3
# Extras --------------------------------------
psutil # system utilization
thop>=0.1.1 # FLOPs computation
ipython # interactive notebook
# API -----------------------------------------
fastapi==0.94.1
uvicorn==0.21.1
pydantic==1.10.6
python-multipart==0.0.5
aiofiles==22.1.0
loguru==0.6.0
pooch==1.7.0
# Frontend ------------------------------------
av==10.0.0
streamlit==1.20.0
streamlit-webrtc==0.45.0
moviepy==1.0.3