Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.34
|
| 2 |
+
pandas>=1.5
|
| 3 |
+
numpy>=1.23
|
| 4 |
+
scikit-learn>=1.1
|
| 5 |
+
joblib>=1.2
|
| 6 |
+
tensorflow>=2.11 # optional but recommended if you will load the TF model
|