Spaces:
Runtime error
Runtime error
debu das
commited on
Commit
·
ae48c26
1
Parent(s):
f697161
Create requirements.txt
Browse files- requirements.txt +50 -0
requirements.txt
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Cython==0.29.14
|
| 2 |
+
dask==2021.3.1
|
| 3 |
+
datasets==1.18.3
|
| 4 |
+
Flask==2.0.1
|
| 5 |
+
GitPython==3.1.26
|
| 6 |
+
imutils==0.5.4
|
| 7 |
+
multiprocess==0.70.12.2
|
| 8 |
+
numba==0.54.1
|
| 9 |
+
numexpr==2.7.3
|
| 10 |
+
numpy==1.20.3
|
| 11 |
+
oauthlib==3.1.0
|
| 12 |
+
opencv-contrib-python==4.6.0.66
|
| 13 |
+
openpyxl==3.0.7
|
| 14 |
+
paddleocr
|
| 15 |
+
paddlepaddle
|
| 16 |
+
paddlehub
|
| 17 |
+
Pillow==9.0.1
|
| 18 |
+
plotly
|
| 19 |
+
ply==3.11
|
| 20 |
+
protobuf==3.14.0
|
| 21 |
+
psutil==5.8.0
|
| 22 |
+
pyarrow==7.0.0
|
| 23 |
+
pydantic==1.7.3
|
| 24 |
+
pydeck==0.7.1
|
| 25 |
+
PyDictionary==2.0.1
|
| 26 |
+
pydot==1.4.2
|
| 27 |
+
pymongo==4.0.2
|
| 28 |
+
Pympler==1.0.1
|
| 29 |
+
PyMuPDF==1.20.2
|
| 30 |
+
pyperclip==1.8.2
|
| 31 |
+
pyppeteer==0.2.5
|
| 32 |
+
pyquery==1.4.3
|
| 33 |
+
pyreadline3==3.3
|
| 34 |
+
pytesseract==0.3.10
|
| 35 |
+
pytz-deprecation-shim==0.1.0.post0
|
| 36 |
+
PyWavelets==1.1.1
|
| 37 |
+
PyYAML==5.4.1
|
| 38 |
+
scipy==1.4.1
|
| 39 |
+
seaborn==0.11.1
|
| 40 |
+
sklearn==0.0
|
| 41 |
+
streamlit==1.5.1
|
| 42 |
+
timm==0.6.7
|
| 43 |
+
tokenizers==0.12.1
|
| 44 |
+
toml==0.10.2
|
| 45 |
+
toolz==0.11.1
|
| 46 |
+
torch==1.10.0
|
| 47 |
+
torchvision==0.11.1
|
| 48 |
+
git+https://github.com/huggingface/transformers.git
|
| 49 |
+
#-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
| 50 |
+
urllib3==1.26.7
|