Commit ·
450ad25
1
Parent(s): 194bb2c
Fix README model card metadata
Browse files
README.md
CHANGED
|
@@ -1,27 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
license: apache-2.0
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
\- computer-vision
|
| 12 |
-
|
| 13 |
-
\- image-classification
|
| 14 |
-
|
| 15 |
-
\- gender-classification
|
| 16 |
-
|
| 17 |
-
\- age-estimation
|
| 18 |
-
|
| 19 |
framework: tensorflow
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
|
| 24 |
-
|
| 25 |
\# CNN Gender \& Age Classifier
|
| 26 |
|
| 27 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- deep-learning
|
| 6 |
+
- cnn
|
| 7 |
+
- gender-classification
|
| 8 |
+
- image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
framework: tensorflow
|
| 10 |
+
library_name: keras
|
| 11 |
+
model_type: cnn
|
| 12 |
+
datasets:
|
| 13 |
+
- custom
|
| 14 |
---
|
| 15 |
|
| 16 |
|
|
|
|
| 17 |
\# CNN Gender \& Age Classifier
|
| 18 |
|
| 19 |
|