https://github.com/ashwinraikar88/blinky
App that captures selfies at the blink of your eyes
https://github.com/ashwinraikar88/blinky
computer-vision python3
Last synced: about 1 year ago
JSON representation
App that captures selfies at the blink of your eyes
- Host: GitHub
- URL: https://github.com/ashwinraikar88/blinky
- Owner: AshwinRaikar88
- License: gpl-3.0
- Created: 2020-05-01T07:07:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T17:12:04.000Z (about 6 years ago)
- Last Synced: 2025-03-28T01:53:27.542Z (over 1 year ago)
- Topics: computer-vision, python3
- Language: Python
- Homepage:
- Size: 3.08 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://drive.google.com/file/d/1i5bJtlstVU5dZpZ_4eCo0wAceg-7Cs2K/view?usp=sharing)
Save this in the model folder
### Usage
Run app.py on the terminal
```bash
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 [@Adrian Rosebrock](https://github.com/jrosebr1) for his code on Eye blink detection with OpenCV, Python, and dlib, the module that helps in implementing blink detection.For more explaination and detailed understanding of the process do check out his [blog post](https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/).
## Citation
Adrian Rosebrock, Eye blink detection with OpenCV, Python, and dlib, PyImageSearch, https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/, accessed on 28 April 2020