tmafantiri
commited on
Commit
•
2e437bc
1
Parent(s):
8ecf583
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
Pillow
|
4 |
-
tensorflow
|
5 |
-
|
6 |
-
h5py
|
7 |
-
scikit-learn
|
|
|
1 |
+
gradio # For building the web interface
|
2 |
+
numpy # For numerical operations and handling arrays
|
3 |
+
Pillow # For image processing
|
4 |
+
tensorflow # For building and training deep learning models
|
5 |
+
h5py # For loading and saving Keras models in .h5 format
|
|
|
|