Skip to content

M-Buntoro/go-face-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-face-webserver

Implementation of face detection/similarity from images using FaceNet, OpenCV and Tensorflow in Golang

requirements

To run this app you will need to install several binaries which are listed below :

  • OpenCV version 3.4.2
  • Tensorflow version 1.7

models

this implementation uses model from https://github.com/davidsandberg/facenet which uses dataset from CASIA-WebFace and VGGFace2 as training data.
Face detection Haar filter was provided by opencv which was created by Rainer Lienhart.

About

Implementation of face recognition using FaceNet for image based face similarity in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages