HearSight AI - AI-Based Emotion Recognition System for the Visually Impaired
by rohinivijaya in Workshop > Science
33 Views, 0 Favorites, 0 Comments
HearSight AI - AI-Based Emotion Recognition System for the Visually Impaired
Facial expressions are an important part of human communication. However, visually impaired individuals often face challenges in understanding the emotions of people during conversations and social interactions.
HearSight AI is an assistive technology project designed to recognize facial expressions in real time using Artificial Intelligence and provide audio feedback to the user. The system helps visually impaired individuals understand the emotional state of the person standing in front of them, improving communication and social awareness.
Supplies
Tools required to create this project are:
- Pictoblox Software: Download PictoBlox | Windows, MacOS, Linux, Chromebook, Android & iOS
- Laptop/PC
- Inbuilt or External Camera Setup
Open PictoBlox
Launch PictoBlox software on your computer, Choose Block coding
Add AI Extension
Add the following extension( Left Bottom)
- Face Detection
Prepare Audio Files
Record or add audio files for:
- Happy
- Neutral
- Sad
- Angry
- Surprised
Start the Program
Use the following blocks:
- When Green Flag Clicked
- Turn on video on stage
- Set video transparency to 0%
- Show bounding box
- Set detection threshold to 0.5
Purpose
This initializes the camera and activates the face detection system.
Detect Facial Expressions
These conditional blocks help the AI system identify different facial expressions detected through the camera. When a specific emotion such as happy, sad, angry, neutral, or surprised is recognized, the program plays the corresponding audio message. This allows visually impaired users to understand the emotional state of the person in front of them through sound feedback.
Results
The project successfully performs:
- Real-time face detection
- Emotion recognition
- Instant audio feedback
Detected Emotions
- Happy
- Neutral
- Sad
- Angry
- Surprised
The system improves emotional awareness and communication support for visually impaired users.
Results
The project successfully performs:
- Real-time face detection
- Emotion recognition
- Instant audio feedback
Detected Emotions
- Happy
- Neutral
- Sad
- Angry
- Surprised
The system improves emotional awareness and communication support for visually impaired users.
Real-Life Applications
Assistive technology for visually impaired individuals
Smart accessibility devices
Emotion-aware AI systems
Human–computer interaction projects
Educational AI applications
Future Improvements
The project can be enhanced by:
- Adding more emotion categories
- Supporting multiple languages
- Using wearable smart glasses
- Improving detection accuracy with advanced AI models
- Adding offline processing support
Conclusion
HearSight AI demonstrates how Artificial Intelligence can improve accessibility and social communication for visually impaired individuals. By converting facial expressions into audio feedback, the system helps users better understand emotions during conversations.
This project highlights the power of AI in building inclusive and assistive technologies for real-world applications.