Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
- face
|
7 |
-
-
|
8 |
-
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
# Face Shape Classification Model (EfficientNetB4 + CNN)
|
11 |
|
12 |
This model is designed for **face shape classification**. It uses **EfficientNetB4** as the backbone, trained with transfer learning, and fine-tuned with a custom Convolutional Neural Network (CNN) to classify images into 5 different face shape categories. The model uses a **softmax activation function** to return the probability distribution over the 5 classes.
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-classification
|
3 |
+
tags:
|
4 |
+
- face
|
5 |
+
- shape
|
6 |
+
- face shape
|
7 |
+
- pytorch
|
8 |
+
- torch
|
9 |
+
- face model
|
10 |
+
- face shape classifier
|
11 |
+
datasets:
|
12 |
+
- bkprocovid19/face_shape
|
13 |
+
library_name: keras
|
14 |
+
---
|
15 |
# Face Shape Classification Model (EfficientNetB4 + CNN)
|
16 |
|
17 |
This model is designed for **face shape classification**. It uses **EfficientNetB4** as the backbone, trained with transfer learning, and fine-tuned with a custom Convolutional Neural Network (CNN) to classify images into 5 different face shape categories. The model uses a **softmax activation function** to return the probability distribution over the 5 classes.
|