https://github.com/kunalgupta777/opencv-face-filters
Snapchat-like Face Filters in OpenCV
https://github.com/kunalgupta777/opencv-face-filters
face-detection face-recognition filters haar-cascade haar-classifiers image-processing image-recognition machine-learning opencv opencv-python opencv3 python python-2 snap snapchat training
Last synced: 2 months ago
JSON representation
Snapchat-like Face Filters in OpenCV
- Host: GitHub
- URL: https://github.com/kunalgupta777/opencv-face-filters
- Owner: kunalgupta777
- License: gpl-3.0
- Created: 2017-06-08T09:16:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T11:28:37.000Z (about 6 years ago)
- Last Synced: 2025-03-23T18:38:57.748Z (3 months ago)
- Topics: face-detection, face-recognition, filters, haar-cascade, haar-classifiers, image-processing, image-recognition, machine-learning, opencv, opencv-python, opencv3, python, python-2, snap, snapchat, training
- Language: Python
- Homepage: https://www.youtube.com/watch?v=xNtJQNmH4gc&t=2s
- Size: 4.15 MB
- Stars: 58
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCV-Face-Filters
Snapchat-like Face Filters in OpenCV
## Currently following filters are available:1. Dog Filter
2. Moustache Filter
3. Cowboy Hat Filter## Dependencies
- OpenCV(3.2.0)
- Python 2.7x
Make Sure to paste all the filter png's in the same directory as _filters.py_## How to use?
```bash
git clone https://github.com/kunalgupta777/OpenCV-Face-Filters
```
Browse to the repo
``` bash
python filters.py
```