Realtime tracking of multiple faces in Python
In my previous blog article I showed how you can use the excellent OpenCV and dlib libraries to easily create a program that can detect a face and track it when the face is moving. (more…)
Read more »The future of python is asynchronous. This talk will take us from 0-60 in a retrospective journey to understand: Traditional request/response cycles Enhancem… Read more