/Blinky

This is a python selfie app that captures selfies at the blink of your eyes ;)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Blinky 📸

A Python Selfie App that captures selfies at the blink of your eyes ;)

Installation

Requirements

  • Python 3.6+
  • OpenCV 3.4+
  • imutils
  • dlib
  • scipy

Download the model:

shape_predictor_68_face_landmarks Save this in the model folder

Usage

Run app.py on the terminal

python3 app.py

  • Just blink both your eyes to capture an image the app will close automatically
  • If you want to quit, just press 'q'

The image will be saved in output directory.

Further improvements

  • New funtionalities will be added
  • This program was successfully tested on windows

Thanks

Thanks to @rishikksh20 for his code on Liveness-Detection, the module that helps in implementing blink detection.