Commit
·
5b9b2b6
1
Parent(s):
a23be0a
commit2
Browse files- README.md +1 -1
- requirements.txt +1 -0
README.md
CHANGED
@@ -10,7 +10,7 @@ pinned: false
|
|
10 |
license: ecl-2.0
|
11 |
---
|
12 |
|
13 |
-
## Description
|
14 |
In Google Teachable Machine, after training, under 'Export Model', go to 'Tensorflow', click on 'Keras' and then 'Download my model' (wait a moment). The zip will contain the Keras .h5 model. This application allows users to upload these models and test them with their own images.
|
15 |
|
16 |
## How to Use
|
|
|
10 |
license: ecl-2.0
|
11 |
---
|
12 |
|
13 |
+
## Description
|
14 |
In Google Teachable Machine, after training, under 'Export Model', go to 'Tensorflow', click on 'Keras' and then 'Download my model' (wait a moment). The zip will contain the Keras .h5 model. This application allows users to upload these models and test them with their own images.
|
15 |
|
16 |
## How to Use
|
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ gradio
|
|
2 |
tensorflow
|
3 |
Pillow
|
4 |
numpy
|
|
|
|
2 |
tensorflow
|
3 |
Pillow
|
4 |
numpy
|
5 |
+
|