DreamStream-1 commited on
Commit
b9c6c79
·
verified ·
1 Parent(s): 9ddee34

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ nltk==3.8.1
2
+ numpy==1.23.5
3
+ tflearn==0.5.0
4
+ tensorflow==2.9.1
5
+ gradio==3.23.0
6
+ Pillow==8.4.0 # Compatible with Image.ANTIALIAS
7
+ nltk
8
+ numpy
9
+ tflearn
10
+ tensorflow
11
+ random
12
+ json
13
+ pickle
14
+ gradio
15
+ transformers
16
+ streamlit
17
+ torch
18
+ beautifulsoup4
19
+ requests
20
+ selenium
21
+ chromedriver-autoinstaller
22
+ pandas