Edition November 11th-12th, 2022

NOI Hackathon SFScon Edition

Customer Decoder

Customer Decoder

Streaming video data analyzer for customer behavior analytics.


The main goal is to extract customers metadata from cameras. 

In our scenario there are different cameras around the shop, one of which is in the entrance.

Cameras are connected to an encrypted WiFi. Our system collects, in streaming, all the images coming from the cameras, then it extracts the faces, and analyze them in order to obtain the metadata. 

The extracted data is saved in a MongoDB collection ("customers" in our case). Each rows contains data about a single face. In particular, it consists on a timestamp (when the frame was taken), gender, age, and emotion of the face.

When necessary, data can be easily extracted from the DB, and then analyzed.

Team