udaytag commited on
Commit
ff4ed4e
1 Parent(s): aee3c2b

Upload 3 files

Browse files
Files changed (3) hide show
  1. model.json +0 -0
  2. model_weights.h5 +3 -0
  3. 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