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.
I've just done almost the same project... My advice is to use Flask - a very simple for learning framework. Start from tutorial here