Spaces:
Sleeping
Sleeping
Mohammed-Altaf
commited on
Commit
•
e72e02c
1
Parent(s):
2d86c84
Create requirements.txt
Browse files- requirements.txt +48 -0
requirements.txt
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
termcolor==2.3.0
|
2 |
+
threadpoolctl==3.1.0
|
3 |
+
SpeechRecognition==3.10.0
|
4 |
+
pyttsx3==2.90
|
5 |
+
google-auth==2.17.3
|
6 |
+
google-auth-oauthlib==1.0.0
|
7 |
+
google-pasta==0.2.0
|
8 |
+
googletrans==3.1.0a0
|
9 |
+
grpcio==1.54.0
|
10 |
+
python-dotenv==1.0.0
|
11 |
+
h11==0.9.0
|
12 |
+
h2==3.2.0
|
13 |
+
h5py==3.8.0
|
14 |
+
hpack==3.0.0
|
15 |
+
keras==2.12.0
|
16 |
+
matplotlib==3.7.1
|
17 |
+
numpy==1.23.5
|
18 |
+
oauthlib==3.2.2
|
19 |
+
openai==0.27.6
|
20 |
+
pandas==2.0.1
|
21 |
+
Pillow==9.5.0
|
22 |
+
plotly==5.14.1
|
23 |
+
requests==2.30.0
|
24 |
+
requests-oauthlib==1.3.1
|
25 |
+
scikit-learn==1.2.2
|
26 |
+
scipy==1.10.1
|
27 |
+
six==1.16.0
|
28 |
+
smmap==5.0.0
|
29 |
+
sniffio==1.3.0
|
30 |
+
streamlit==1.22.0
|
31 |
+
streamlit-lottie==0.0.3
|
32 |
+
streamlit-camera-input-live==0.2.0
|
33 |
+
streamlit-card==0.0.4
|
34 |
+
streamlit-embedcode==0.1.2
|
35 |
+
streamlit-extras==0.2.7
|
36 |
+
streamlit-option-menu==0.3.4
|
37 |
+
streamlit-faker==0.0.2
|
38 |
+
streamlit-image-coordinates==0.1.3
|
39 |
+
streamlit-keyup==0.2.0
|
40 |
+
streamlit-toggle-switch==1.0.2
|
41 |
+
streamlit-vertical-slider==1.0.2
|
42 |
+
tenacity==8.2.2
|
43 |
+
tensorflow-cpu==2.12.0
|
44 |
+
tensorboard-data-server==0.7.0
|
45 |
+
tensorflow==2.12.0
|
46 |
+
tensorflow-estimator==2.12.0
|
47 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
48 |
+
tensorflow-hub
|