Skip to content

Face Shape Detector API . This API can detect the shape of a person's face from an image using OpenCV and facial landmarks. It can tell if a face is Round, Oval, Square, or other shapes. The API is secure and needs an API key to use, and it also handles errors if something goes wrong.

License

Notifications You must be signed in to change notification settings

kumailbalti/face-shape-detector-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Shape Detector API

This repository provides an API to detect the face shape from an uploaded image.

Features

  • 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.

Installation

git clone https://github.com/yourusername/face-shape-detector.git
cd face-shape-detector
pip install -r requirements.txt

About

Face Shape Detector API . This API can detect the shape of a person's face from an image using OpenCV and facial landmarks. It can tell if a face is Round, Oval, Square, or other shapes. The API is secure and needs an API key to use, and it also handles errors if something goes wrong.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages