Skip to content

DrUnicornIT/Go-AILab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-AILab

Demo project - python

Installation

  pip install --save face_recognition
  pip install opencv-python

Requirements

  • Python 4+ or Python 3.7
  • macOS or Linux (Windows not officially supported, but might work)

face_detection command line tool

The face_detection command lets you find the location (pixel coordinatates) of any faces in an image.

Just run the command face_detection, passing in a folder of images to check (or a single image):

  python flask_server_v1.py 
  python demo_client.py

It prints one line for each face that was detected. The coordinates reported are the top, right, bottom and left coordinates of the face (in pixels).

About

Demo project - python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published