anirudh06 commited on
Commit
011ae2f
·
1 Parent(s): 5078cae

Add application file

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. myrmex.h5 +3 -0
  3. requirements.txt +5 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ /venv
2
+ /.idea
myrmex.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:924467058d4e48209a39b3951179c753fc59481829b7740f3fbbf0a55cb47474
3
+ size 47921936
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit
2
+ streamlit_option_menu
3
+ tensorflow
4
+ keras
5
+ numpy