FaceRecognitionBackend

module
v0.0.0-...-5aa440a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2023 License: Apache-2.0

README

= FaceRecognitionBackend

Backend for a small 'Face Recognition project'.

Basically it keeps information about 'users'
and integrates with another python service with https://github.com/davidsandberg/facenet[facenet].

Python service provides encoding information by photo.

This backend service registers users,
uses facenet model for calculating encodings,
keeps these encodings,
and provides an ability to compare them - to find user by photo taken in mobile app.

Implementation relies on stdlib for the most of the things (except for mongodb driver).

== Testing

`go test ./\...`

Directories

Path Synopsis
cmd
web
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL