Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Pillow==9.4.0
|
| 2 |
+
numpy==1.25.2
|
| 3 |
+
pandas==2.0.3
|
| 4 |
+
tensorflow==2.15.0
|
| 5 |
+
gradio==4.10.0
|
| 6 |
+
seaborn==0.13.1
|
| 7 |
+
matplotlib==3.7.1
|