This repository provides an API to detect the face shape from an uploaded image.
- Detects common face shapes: Oval, Round, Square, Heart, Diamond.
- REST API using What Is My Face Shape API https://whatismyfaceshape.net/api.html .
- Easy integration for web or mobile apps.
- Returns JSON with detected face shape and confidence.
git clone https://github.com/yourusername/face-shape-detector.git
cd face-shape-detector
pip install -r requirements.txt