https://github.com/sarthakmishraa/smile-detection
Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.
https://github.com/sarthakmishraa/smile-detection
Last synced: 3 months ago
JSON representation
Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.
- Host: GitHub
- URL: https://github.com/sarthakmishraa/smile-detection
- Owner: sarthakmishraa
- Created: 2021-05-14T06:03:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T06:52:47.000Z (about 4 years ago)
- Last Synced: 2025-01-18T09:52:53.797Z (4 months ago)
- Language: Python
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smile-Detection
Using OpenCV for face and smile detection. Learned all the basics one day before and tried implementing.First we detect face using face cascade

Set ROI as face so that it will help smile cascade to detect smile easily
