I am trying to implement a face recognition module with 'face recognition' python library which in turn uses the dlib c++ library. How can I install the face recognition library into jevois and to create a module which uses jevois to capture video,recognise faces, draw a square around the recognised face with name detected using this library properly imported. I like to use the processing power of Jevois to do this for me.
I have made this possible both in a raspberri pi and a linux machine but don't know where to start when it comes to Jevois.