Spaces:
Sleeping
Sleeping
Pradeep Kumar
commited on
Commit
•
57ed900
1
Parent(s):
effad5a
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.21.0
|
2 |
+
tensorflow==2.15.0
|
3 |
+
tensorflow-hub==0.16.1
|
4 |
+
tensorflow-text==2.15.0
|
5 |
+
tensorflow-datasets>=4.0.0
|
6 |
+
tf-keras
|
7 |
+
deep-translator>=1.5.0
|
8 |
+
pandas>=1.3.0
|
9 |
+
gradio
|