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.
- Host: GitHub
- URL: https://github.com/k4u5h4l/smile-detector
- Owner: k4u5h4L
- Created: 2020-08-04T06:41:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T07:08:01.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T06:17:02.282Z (over 1 year ago)
- Topics: face-detection, opencv, python, smile-detection
- Language: Python
- Homepage:
- Size: 618 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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