I have created a script in python using opencv library which capture the faces, create the training data and then detect the faces. Everything is working well. But now I want to integrate it in my web application, I got a python framework called django wh
I have created a script in python using opencv library which capture the faces, create the training data and then detect the faces. Everything is working well. But now I want to integrate it in my web application, I got a python framewor...
I want to use OpenCV in my Django application. As OpenCV is a library, I thought we can use it like any other library. When I try to import it using import cv2 in the views of Django, it works fin...
Post a Comment:
Showing 0 Comments: