M-Davies / eye-of-horus

A facial and gesture recognition authentication system
GNU General Public License v3.0
3 stars 0 forks source link

Create a working matching face extractor using Python and AWS #4

Closed M-Davies closed 3 years ago

M-Davies commented 3 years ago

There are existing scripts for adding and removing users as well as a yet untested script to compare spotted faces in a stream with these users stored in AWS.

I should focus on getting this script tested and production ready ASAP

M-Davies commented 3 years ago

Mostly achieved with https://github.com/M-Davies/eye-of-horus/commit/af49274f046559d040ec39ff4f86146c519772d4. Still need to figure how to stop the streaming after timeout expires however