Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,28 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# Face Shape Classifier
|
| 3 |
|
| 4 |
## Project Overview
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- image-classification
|
| 6 |
+
- face-shape
|
| 7 |
+
- tensorflow
|
| 8 |
+
- mobilenetv2
|
| 9 |
+
base_model: google/mobilenet_v2
|
| 10 |
+
datasets:
|
| 11 |
+
- niten19/face-shape-dataset
|
| 12 |
+
metrics:
|
| 13 |
+
- accuracy
|
| 14 |
+
model-index:
|
| 15 |
+
- name: face-shape-classifier
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: image-classification
|
| 19 |
+
dataset:
|
| 20 |
+
name: face-shape-dataset
|
| 21 |
+
type: niten19/face-shape-dataset
|
| 22 |
+
metrics:
|
| 23 |
+
- type: accuracy
|
| 24 |
+
value: 0.63
|
| 25 |
+
---
|
| 26 |
# Face Shape Classifier
|
| 27 |
|
| 28 |
## Project Overview
|