This document summarizes a student project on AI facial emotion detection. It includes sections on the problem setup and approach, different models tested including KNN, logistic regression, neural networks and CNNs, and a comparison of results. The most accurate model for facial emotion detection was a pre-trained VGG model using transfer learning, which achieved 68.2% accuracy. The project aims to help applications like assisting children with autism or improving online education. Future work could include creating a live camera feature to demonstrate the emotion detection model.