Add application file
Browse files- .gitignore +2 -0
- myrmex.h5 +3 -0
- 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
|