ctengel / facelookup

Augment a stateless-ish facial recognition system with more human-augmented association data
GNU General Public License v3.0
0 stars 0 forks source link

AWS DynamoDB #2

Open ctengel opened 4 years ago

ctengel commented 4 years ago

Instead of pickling everything, store data in DynamoDB

ctengel commented 4 years ago

Create new Face obj/record if not in DB? Allows using rekognition.search_face() with missing local state.

ctengel commented 4 years ago

Really need to redo alot of IDs