DEV Community

Discussion on: Face detection using openCV python.

Collapse
 
saschadev profile image
Der Sascha

Hey nice One!

Is it possible to detect a particular face and enrichbit with data based on a data base?

I think this would be a nice Feature for a Check in and check out to and from workspace

Collapse
 
rishabh062 profile image
Rishabh Dwivedi

Thanks.
Yes its possible but I think for achieving you need to use advance concepts of machine learning.
You need to train your own neural networks( using Tensorflow) with which you need to train the faces at different position and with that you can detect specific face, finally you can install this model at your workspace.
And it will going to work.

Eg: Attendance system using computer vision.