Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- model.json +0 -0
- model_weights.h5 +3 -0
- requirements.txt +6 -0
model.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model_weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:241fdd3caecf80777c170c7f3cdf51283eeef53e745e9384b609955fd9c532e1
|
3 |
+
size 214930856
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
numpy
|
3 |
+
tensorflow==2.13.0
|
4 |
+
keras
|
5 |
+
pillow
|
6 |
+
opencv-python
|