Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +44 -4
requirements.txt
CHANGED
@@ -1,7 +1,47 @@
|
|
1 |
-
Flask==2.3.2
|
2 |
transformers==4.31.0
|
3 |
torch==2.0.0
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy==1.23.5
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.31.0
|
2 |
torch==2.0.0
|
3 |
+
tensorflow==2.14.0
|
4 |
+
nltk==3.8.1
|
5 |
+
spacy==3.6.0
|
6 |
+
textblob==0.17.1
|
7 |
+
gensim==4.3.1
|
8 |
+
beautifulsoup4==4.12.2
|
9 |
+
scrapy==2.8.0
|
10 |
+
pandas==2.0.3
|
11 |
+
textgenrnn==1.7.0
|
12 |
+
pattern==3.6
|
13 |
+
rasa==3.5.2
|
14 |
+
chatterbot==1.0.5
|
15 |
+
huggingface-hub==0.16.4
|
16 |
+
dialogflow==0.10.0
|
17 |
+
pyTelegramBotAPI==4.0.1
|
18 |
+
botpress==12.26.0
|
19 |
+
pydantic==2.3.0
|
20 |
+
requests==2.31.0
|
21 |
+
httpx==0.24.1
|
22 |
+
fastapi==0.100.0
|
23 |
+
flask==2.3.2
|
24 |
+
flask-cors==3.0.10
|
25 |
+
gunicorn==21.2.0
|
26 |
+
streamlit==1.21.0
|
27 |
+
gradio==3.34.0
|
28 |
+
pyyaml==6.0
|
29 |
+
moviepy==1.0.3
|
30 |
+
opencv-python==4.8.0.76
|
31 |
+
ffmpeg-python==0.2.0
|
32 |
+
imageio-ffmpeg==0.4.8
|
33 |
+
pyav==9.2.0
|
34 |
+
scikit-video==1.1.10
|
35 |
+
Pillow==10.0.0
|
36 |
+
scikit-image==0.22.0
|
37 |
numpy==1.23.5
|
38 |
+
matplotlib==3.7.1
|
39 |
+
albumentations==1.3.0
|
40 |
+
imageio==2.25.1
|
41 |
+
pycocotools==2.0.6
|
42 |
+
timm==0.6.13
|
43 |
+
deepdish==0.3.2
|
44 |
+
rembg==0.0.0
|
45 |
+
simplecv==1.3.0
|
46 |
+
kornia==0.6.11
|
47 |
+
pytesseract==0.3.10
|