Blink to Morse Code Converter Running a Program Clone this on to your computer. Go to the cloned directory and run. source ./bin/activate This activates the virtual environment necessary for execution of the program. The program can be run as follows python3 detect_blinks.py -p shape_predictor_68_face_landmarks.dat Working of the Program On program start, the video recording begins The user can now input morse code through blinks A short blink count towards a dot and a long blink count towards a dash. The appropriate morse code characters are entered via blink. On encountering a longer period without any input, the existing morse code characters are converted to their english character equivalents 5 dots counts towards a space and 6 dots counts towards a delete.