top of page

Smile Detection Project

Smile detection project determines if a person in an image is smiling or not based on an AI model. In this project, I trained an AI model with 4000 different images of people smiling and not smiling that I downloaded from "https://github.com/truongnmt/smile-detection".

The Github repository for my project's code is: "https://github.com/c29park/SmileDetectionProject.git". 

image.png

01

Data preProcessing

This is a section that describes the data preprocessing stage of overall sequence. The original dataset files are accessed through the directory and are used to make train and test datasets. 

02

Training
& testing

This section describes the overall architecture and tuning of convolutional neural network and how the model was trained and tested with data. 

image.png
bottom of page