Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
+
# TensorFlow and Keras
|
4 |
+
tensorflow==2.7.0
|
5 |
+
keras==2.7.0
|
6 |
+
|
7 |
+
# Image processing and data handling
|
8 |
+
Pillow==8.3.2
|
9 |
+
numpy==1.21.2
|
10 |
+
|
11 |
+
# Visualization
|
12 |
+
matplotlib==3.4.3
|
13 |
+
|
14 |
+
# Gradio for creating UI
|
15 |
+
gradio==2.2.11
|