File size: 1,065 Bytes
8d930dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0577296
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
language: en
license: mit
tags:
- image-classification
- face-shape
- tensorflow
- mobilenetv2
base_model: google/mobilenet_v2
datasets:
- niten19/face-shape-dataset
metrics:
- accuracy
model-index:
- name: face-shape-classifier
  results:
  - task:
      type: image-classification
    dataset:
      name: face-shape-dataset
      type: niten19/face-shape-dataset
    metrics:
    - type: accuracy
      value: 0.63
---
# Face Shape Classifier

## Project Overview
AI-powered app that detects face shape from photo and suggests best hairstyle.

## Model Details
- Architecture: MobileNetV2 (Transfer Learning)
- Framework: TensorFlow/Keras
- Validation Accuracy: 63%
- Epochs: 25

## Dataset
- Source: Kaggle - niten19/face-shape-dataset
- Classes: Heart, Oval, Round, Square, Oblong
- Training Images: 4000
- Testing Images: 1000

## Tech Stack
- Python
- TensorFlow
- MediaPipe
- OpenCV
- Streamlit

## ML Pipeline
1. Photo Upload
2. Face Detection (MediaPipe)
3. Face Shape Classification (MobileNetV2)
4. Hairstyle Recommendation
5. Virtual Try-On Overlay