Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romanthekat/face-recognition-backend

Backend for a small Face Recognition project
https://github.com/romanthekat/face-recognition-backend

backend docker docker-compose go golang

Last synced: 14 days ago
JSON representation

Backend for a small Face Recognition project

Awesome Lists containing this project

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 ./\...`