-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
58 lines (52 loc) · 1.01 KB
/
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
51
52
53
54
55
56
57
58
# Base ----------------------------------------
ultralytics
matplotlib>=3.3.0
numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability
opencv-python>=4.6.0
pillow>=7.1.2
pyyaml>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch>=1.8.0
torchvision>=0.9.0
tqdm>=4.64.0
scikit-learn
ipdb
pytest
pylint
jupyterlab
plotly
pytesseract
# Plotting ------------------------------------
pandas>=1.1.4
seaborn>=0.11.0
plotly-express>=0.4.1
# Extras --------------------------------------
# psutil # system utilization
# py-cpuinfo # display CPU info
# thop>=0.1.1 # FLOPs computation
setuptools>=26
twine
wheel>=0.29
# Logging -------------------------------------
comet_ml
# tensorboard>=2.13.0
# dvclive>=2.12.0
# clearml
# comet
# Front End -----------------------------------
streamlit
requests
# API -----------------------------------------
fastapi
uvicorn
python-multipart
# Donut ---------------------------------------
# timm
# transformers>=4.11.3
# datasets[vision]
# pytorch-lightning>=1.6.4
# nltk
# sentencepiece
# zss
# sconf>=0.2.3