What ideas, Python packages do you guys think i should include into a facial recognition software i want to start working on? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What ideas, Python packages do you guys think i should include into a facial recognition software i want to start working on?

python facial recognition

2nd May 2018, 5:53 PM
Frank Mchana
Frank Mchana - avatar
2 Answers
+ 5
It's basically about image recognition, so I'd check Tensorflow or PyTorch, Keras -- for convolutional neural networks support. And if that is going to be an off-camera, real-time thing, some video streaming support, opencv perhaps. If you need an example of a multi-class image recognition CNN, check out my project on 40 car brand logotypes recognition, link inside the code: https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
2nd May 2018, 6:01 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
thank you kuba....I will stay in touch just incase I encounter any problem along the way.
2nd May 2018, 6:17 PM
Frank Mchana
Frank Mchana - avatar