boltgolt / howdy

🛡️ Windows Hello™ style facial authentication for Linux
MIT License
5.75k stars 299 forks source link

Use with external face recognition system #778

Open kostyawhite opened 1 year ago

kostyawhite commented 1 year ago

I just wonder how hard would it be to make HOWDY work with external face recognition system, via api for example. So basically with need to implement several methods like add-face, create-vector, search-face, any thoughts on this? Thanks

boltgolt commented 1 year ago

What would be the benefit of this?

kostyawhite commented 1 year ago

Hi, so in some organization we have central server for access control, with all employees in database, we can remotely give or revoke permissions to access certain areas of the building and so on, and in this case we would be able to revoke access to working pc's. Face recognition system would be running locally as well.

Currently I see only one option to do so, it is to rewrite compare.py