TuringsSolutions
commited on
Commit
•
220a711
1
Parent(s):
22eb195
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.22.0
|
2 |
+
tensorflow==2.10.0
|
3 |
+
keras==2.10.0
|
4 |
+
gradio==3.1.4
|
5 |
+
matplotlib==3.5.1
|
6 |
+
scikit-image==0.19.2
|
7 |
+
pillow==9.0.1
|
8 |
+
tqdm==4.62.3
|
9 |
+
httpx==0.21.1
|
10 |
+
httpcore==0.14.7
|