An open API service indexing awesome lists of open source software.

https://github.com/chetnas8/emojify-deep-learning

Deep learning-based emoji generator using CNN and FER2013 dataset
https://github.com/chetnas8/emojify-deep-learning

computer-vision deep-learning emoji emotion-recognition facial-recognition fer2013 keras opencv real-time tensorflow

Last synced: 3 months ago
JSON representation

Deep learning-based emoji generator using CNN and FER2013 dataset

Awesome Lists containing this project

README

          

# Emojify: Create Your Own Emoji with Deep Learning

Our project focuses on **real-time human emotion detection** using deep learning and maps facial expressions to **emojis** for intuitive feedback.

✨ **Project Highlights**
- Trained a Convolutional Neural Network (CNN) on the **FER2013 dataset** to classify facial expressions into seven categories: angry, disgust, fear, happy, neutral, sad, and surprise.
- Developed a prototype that captures real-time webcam video, detects faces, classifies their emotions, and maps them to emojis.
- Explored the applications of emojis in digital communication, marketing, and sentiment analysis.
- Our research was accepted by the **International Journal of Scientific & Engineering Research (IJSER)**.

---

## 🧩 Key Features
✅ Real-time webcam face detection using OpenCV
✅ CNN-based emotion classification using TensorFlow/Keras
✅ Emoji mapping and display
✅ Detailed documentation of methodology, dataset, and design

## 🚧 Current Status
- Published.