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

https://github.com/k4u5h4l/smile-detector

A very simple implementaion of python and opencv to detect faces and smiles in a frame or web cam.
https://github.com/k4u5h4l/smile-detector

face-detection opencv python smile-detection

Last synced: about 2 months ago
JSON representation

A very simple implementaion of python and opencv to detect faces and smiles in a frame or web cam.

Awesome Lists containing this project

README

          

# Smile detector

A very simple implementation of python and opencv to detect faces and smiles in a frame or web cam.

## To try:

- Install opencv if you haven't already

```
pip install opencv
```

Or if you have installed it in your virtual environment, then open it using,

```
conda activate
```

- Run the python script

```
python smile-detect.py
```

Press 'q' to stop recording and quit the program.

## What to expect:

It will look somewhat like this:

![Kaushal's face](/assets/screenshot.png)

It is a very simple implemetation, the output may not be very accurate, but it looks cool nonetheless :)