ahmdrz / face

(UNDER CONSTRUCTION) A simple docker-ready application that works as a server to detect faces, their landmarks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face !

face package implements face detection for Go using dlib, a popular machine learning toolkit. This repo is a fork of go-face package written by Kagomi.

Requirements

According to go-face instructions, To compile go-face you need to have dlib (>= 19.10) and libjpeg development packages installed. It's highly recommended to compile dlib in your machine.

To install in Ubuntu, Debian, Windows and MacOS take a look at Installation.md file.

Test

To fetch test data and run tests:

go test -v ./...

About

(UNDER CONSTRUCTION) A simple docker-ready application that works as a server to detect faces, their landmarks.

License:MIT License


Languages

Language:C++ 52.0%Language:Go 39.5%Language:C 8.4%