Our team has recently started working on a face recognition project. This is an application that uses a video stream from a camera as an input, pulls frames from it and compares to images in the database. As a result, a person’s face is recognized and a personality is determined. A database with user metadata is stored on the client device.
Our team is developing a model for the Jetson Nano microcomputer using Python and the dlib library.
Here we apply the advantages of Computer Vision.