Skip to content

makerGeek/web-landmark-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Landmark Detector

facial features detection using Dlib

DEMO

video demo:

video demo:

http://codepen.io/anon/pen/BzmRZv

HOW TO RUN

resolve dependencies:
       see dependencies.txt

cmd:

cd /path/to/app/root
python -m CGIHTTPServer 8000

browser:

http://localhost:8000/cgi-bin/upload.py

TO DO:

the JSON data have been printed manually.
to have a better and easier to maintain code, it is better to create custom serializable classes for the face that have as attributes the detected points (check out http://www.diveintopython3.net/serializing.html#json-dump)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages