TuringsSolutions
commited on
Commit
•
842133e
1
Parent(s):
bfd1c35
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
tensorflow
|
3 |
+
keras
|
4 |
+
gradio
|
5 |
+
matplotlib
|
6 |
+
scikit-image
|
7 |
+
pillow
|
8 |
+
tqdm=
|
9 |
+
httpx
|
10 |
+
httpcore
|