rogerxavier
commited on
Commit
•
a040df9
1
Parent(s):
27d3236
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
fairseq
|
3 |
+
modelscope
|
4 |
+
gradio
|
5 |
+
timm
|
6 |
+
torch
|
7 |
+
torchvision>=0.5
|
8 |
+
numpy
|
9 |
+
Pillow
|
10 |
+
unicodedata2
|
11 |
+
zhconv
|
12 |
+
rapidfuzz
|
13 |
+
decord>=0.6.0
|
14 |
+
librosa
|
15 |
+
transformers
|
16 |
+
fastapi==0.74.*
|
17 |
+
requests==2.27.*
|
18 |
+
sentencepiece==0.1.*
|
19 |
+
uvicorn[standard]==0.17.*
|
20 |
+
einops
|
21 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
22 |
+
shapely
|
23 |
+
scipy
|
24 |
+
tokenizers
|
25 |
+
streamlit
|
26 |
+
matplotlib
|
27 |
+
python-multipart
|