SyedMa3 / smile-detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Smile Detector

I have used miniVGGNet to create a real time smile detector with the use of SMILEs Dataset. miniVGGNet is lightweight but at the same time gives satisfactory accuracy.

To avoid the model to get confused by the surrounidgs/background, I used Haar Cascade to focus on the face.

How to run:

Run the detector.py

Example Images:

Smiling Not Smiling

About


Languages

Language:Jupyter Notebook 93.9%Language:Python 6.1%