An open API service indexing awesome lists of open source software.

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

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
```