Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- model.h5 +3 -0
- requirements.txt +8 -0
model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2c0e11dbcc837de0ced4bb59f812e7a71727eb6dabb02b2e90306fd183c29a8
|
3 |
+
size 19392160
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.2
|
2 |
+
pandas==2.1.3
|
3 |
+
Pillow==10.0.1
|
4 |
+
Pillow==10.1.0
|
5 |
+
scikit_learn==1.2.2
|
6 |
+
streamlit==1.28.2
|
7 |
+
tensorflow==2.14.0
|
8 |
+
tensorflow_intel==2.14.0
|