silvermete0r commited on
Commit
8211701
·
verified ·
1 Parent(s): 2dace5c

Upload 4 files

Browse files
Files changed (4) hide show
  1. .gitignore +2 -0
  2. media/logo.png +0 -0
  3. models/model.h5 +3 -0
  4. requirements.txt +6 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .streamlit
2
+ .gitattributes
media/logo.png ADDED
models/model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62d2b05a1fc9cb97307084e21f7af2782d39c3a9fd05e22d3b1b1e2300c49f05
3
+ size 137
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ face_recognition<=1.3.0
2
+ numpy<=1.23.5
3
+ opencv_python<=4.7.0.72
4
+ pandas<=2.0.2
5
+ streamlit<=1.23.1
6
+ tensorflow==2.15.0.post1