Search code examples
pythonopencvweb-applicationsface-recognitionface-detection

How can i turn my eye blinking python script into a web application?


I have a python script that detects eye blinking using openCV and facial_recongnition, how can i convert it to a web application that i can let others use? Any suggestions are much appreciated.


Solution

  • I've just done almost the same project... My advice is to use Flask - a very simple for learning framework. Start from tutorial here