Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to use opencv VideoCapture with django frameworks

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 which help to create web application using python. But I am not able to integrate this face capture / detection script in this framework. Is any one here who can help me to integrate face detection in the web application using django framework or separately.