TEAM B
Project Ideas Introduction
Manasa Vasupalli
Lakshmi Prasanna
Veditha Lakshmi
Project Idea 1: Sign Language Recognition System
Description: Developing a system to recognize and translate American Sign Language (ASL)
gestures into English text or speech in real-time. This system aims to facilitate
communication between deaf or hard-of-hearing individuals and those who do not know sign
language.
Dataset Link : ASL Alphabet Dataset
Basic Info: This dataset contains images of hand signs corresponding to each letter of the
ASL alphabet. It provides labeled examples of each sign from various angles and conditions.
Classification: Image classification to identify each sign from the provided dataset.
Techniques: Convolutional Neural Networks (CNNs) for recognizing individual signs, and
Recurrent Neural Networks (RNNs) for translating sequences of signs into sentences.
Performance Evaluation Metrics:
Accuracy: Measures the proportion of correctly classified signs out of all predictions.
Precision, Recall, and F1 Score: Evaluate the performance in identifying each sign and
handling different classes.
Project Idea 2: Emotion Recognition in Customer Service
Description: Creating a system that analyzes customer emotions from video calls or in-
person interactions to assist customer service representatives in providing more responsive
and empathetic support. The system will classify emotions in real-time and provide insights
into customer sentiment.
Dataset Link : Expression dataset
Basic Info: This dataset contains facial expressions labeled with emotions such as happiness,
sadness, anger, and surprise. It includes thousands of images of faces with various emotions,
suitable for training emotion recognition models.
Classification: Computer vision techniques to classify facial expressions into different
emotional categories.
Techniques: Convolutional Neural Networks (CNNs) for emotion detection from images.
Performance Evaluation Metrics:
Accuracy: Measures the percentage of correctly classified emotions.
Confusion Matrix: Provides a detailed breakdown of true positives, false positives, true
negatives, and false negatives for each emotion class.
F1 Score: Balances precision and recall to evaluate the model's performance in detecting
emotions.