Spaces:
Build error
Build error
durganihantri
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,34 +1,84 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Child Behavior Assessment
|
| 3 |
+
emoji: π§
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
sdk_version: 1.42.0
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
AI Child Behavior Assessment
|
| 13 |
+
|
| 14 |
+
Multimodal AI-powered tool for analyzing child emotions and speech patterns
|
| 15 |
+
|
| 16 |
+
π Live Demo: Hugging Face Spaces
|
| 17 |
+
|
| 18 |
+
π Overview
|
| 19 |
+
|
| 20 |
+
The AI Child Behavior Assessment app is designed to analyze childrenβs emotional and speech patterns using multimodal AI models. It integrates:
|
| 21 |
+
β’ Facial Emotion Recognition (DeepFace) π§βπ¨
|
| 22 |
+
β’ Speech Analysis & Transcription (Wav2Vec2) ποΈ
|
| 23 |
+
β’ Multimodal Analysis (Video + Audio combined) π₯ + π
|
| 24 |
+
|
| 25 |
+
This tool helps in early mental health screening and behavioral assessments for research, caregivers, and psychologists.
|
| 26 |
+
|
| 27 |
+
β¨ Features
|
| 28 |
+
|
| 29 |
+
β
1. Video-Based Emotion Analysis
|
| 30 |
+
β’ Uses DeepFace AI to detect facial expressions and emotions.
|
| 31 |
+
β’ Processes video frames to determine dominant emotions.
|
| 32 |
+
β’ Generates a visual summary of detected emotions.
|
| 33 |
+
|
| 34 |
+
β
2. Audio-Based Speech & Tone Analysis
|
| 35 |
+
β’ Uses Wav2Vec2 to transcribe spoken words.
|
| 36 |
+
β’ Applies speech emotion recognition to assess tone and sentiment.
|
| 37 |
+
β’ Includes noise reduction for clearer transcriptions.
|
| 38 |
+
|
| 39 |
+
β
3. Multimodal Analysis (Video + Audio Combined)
|
| 40 |
+
β’ Extracts both visual and speech cues to detect behavior patterns.
|
| 41 |
+
β’ Compares facial emotions with speech tone to identify inconsistencies.
|
| 42 |
+
β’ Provides comprehensive insights into child behavior.
|
| 43 |
+
|
| 44 |
+
β
4. Data Visualization
|
| 45 |
+
β’ Displays emotion distribution over time using bar charts π.
|
| 46 |
+
β’ Generates speech vs. video emotion comparison charts π.
|
| 47 |
+
|
| 48 |
+
π§ How to Use
|
| 49 |
+
|
| 50 |
+
1οΈβ£ Select an Analysis Mode:
|
| 51 |
+
β’ Upload a video file for emotion recognition.
|
| 52 |
+
β’ Upload an audio file for speech analysis.
|
| 53 |
+
β’ Upload a video + audio file for multimodal analysis.
|
| 54 |
+
|
| 55 |
+
2οΈβ£ Click βAnalyzeβ to process the uploaded file.
|
| 56 |
+
3οΈβ£ View Results:
|
| 57 |
+
β’ Detected emotions, speech transcription, and analysis insights will be displayed.
|
| 58 |
+
|
| 59 |
+
π Supported File Formats
|
| 60 |
+
|
| 61 |
+
Analysis Type Supported Formats
|
| 62 |
+
Video π₯ MP4, AVI, MOV
|
| 63 |
+
Audio ποΈ WAV, MP3
|
| 64 |
+
Multimodal (Video + Audio) MP4, MOV
|
| 65 |
+
|
| 66 |
+
π Future Improvements
|
| 67 |
+
|
| 68 |
+
π Planned Enhancements:
|
| 69 |
+
β
Real-time emotion tracking for live video
|
| 70 |
+
β
AI-driven predictive analysis for behavioral trends
|
| 71 |
+
β
Integration with clinical psychology datasets for validation
|
| 72 |
+
β
More advanced multimodal deep learning models
|
| 73 |
+
|
| 74 |
+
π Citation & Acknowledgment
|
| 75 |
+
|
| 76 |
+
If you use this tool in research or projects, please cite:
|
| 77 |
+
Durganihantri Low β AI Child Behavior Assessment (2025)
|
| 78 |
+
π Hugging Face Spaces
|
| 79 |
+
|
| 80 |
+
π¨βπ» Contact & Contributions
|
| 81 |
+
|
| 82 |
+
Have suggestions or want to contribute? Contact me:
|
| 83 |
+
π§ Email: [email protected]
|
| 84 |
+
π LinkedIn: http://linkedin.com/in/durganihantri
|