File size: 714 Bytes
822dda9 |
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 35 36 37 38 |
---
title: Vocal Biomarker Analysis
emoji: 🎤
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.12.0
python_version: 3.10
app_file: app.py
pinned: false
license: mit
---
# Vocal Biomarker Analysis
This application analyzes voice recordings to detect emotional and mental health indicators using AI models.
## Features
- Speech-to-text transcription
- Emotion detection
- Mental health risk assessment
- Real-time visualization
## Models
- Whisper Base (Speech Recognition)
- EmoBERTa (Emotion Detection)
- ClinicalBERT (Analysis)
## Usage
1. Record audio or upload file
2. Click analyze
3. View results:
- Transcription
- Emotion analysis
- Mental health indicators
## License
MIT License |