Erfan11 commited on
Commit
1b8c520
1 Parent(s): d288d1d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -1
requirements.txt CHANGED
@@ -1,20 +1,38 @@
1
-
 
 
2
  nltk==3.8.1
3
  spacy==3.6.0
4
  textblob==0.17.1
5
  gensim==4.3.1
 
6
  scrapy==2.8.0
7
  pandas==2.0.3
8
  textgenrnn==2.0.0
9
  pattern==3.6
10
  rasa==3.5.2
11
  chatterbot==1.0.5
 
 
 
 
12
  requests==2.31.0
 
 
13
  flask==2.3.2
 
14
  gunicorn==21.2.0
 
 
 
 
 
 
 
15
  pyav==9.2.0
16
  scikit-video==1.1.10
17
  Pillow==10.0.0
 
18
  numpy==1.23.5
19
  matplotlib==3.7.1
20
  albumentations==1.3.0
@@ -22,3 +40,7 @@ imageio==2.25.1
22
  pycocotools==2.0.6
23
  timm==0.6.13
24
  deepdish==0.3.2
 
 
 
 
 
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==2.0.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
+ pydantic==2.3.0
19
  requests==2.31.0
20
+ httpx==0.24.1
21
+ fastapi==0.100.0
22
  flask==2.3.2
23
+ flask-cors==3.0.10
24
  gunicorn==21.2.0
25
+ streamlit==1.21.0
26
+ gradio==3.34.0
27
+ pyyaml==6.0
28
+ moviepy==1.0.3
29
+ opencv-python==4.8.0.76
30
+ ffmpeg-python==0.2.0
31
+ imageio-ffmpeg==0.4.8
32
  pyav==9.2.0
33
  scikit-video==1.1.10
34
  Pillow==10.0.0
35
+ scikit-image==0.22.0
36
  numpy==1.23.5
37
  matplotlib==3.7.1
38
  albumentations==1.3.0
 
40
  pycocotools==2.0.6
41
  timm==0.6.13
42
  deepdish==0.3.2
43
+ rembg==0.0.0
44
+ simplecv==1.3.0
45
+ kornia==0.6.11
46
+ pytesseract==0.3.10