Spaces:
No application file
No application file
File size: 753 Bytes
8c45515 28a1786 c6d98fa 8c45515 c6d98fa 8c45515 28a1786 c6d98fa 28a1786 c6d98fa 28a1786 c6d98fa 28a1786 c6d98fa 28a1786 c6d98fa 28a1786 | 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 | ---
title: Emotion Detection API
emoji: 🎭
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
license: mit
---
# 🎭 Emotion Detection API
Production-grade emotion detection API using 5-model ensemble with JWT authentication.
## Features
- ✅ **5-Model Ensemble**: Weighted voting for maximum accuracy
- ✅ **JWT Authentication**: Secure token-based access
- ✅ **Multiple Audio Formats**: WAV, MP3, M4A, OGG, FLAC, AAC
- ✅ **Smart Caching**: Reduces latency for repeated files
- ✅ **Swagger Documentation**: Interactive API explorer
- ✅ **Docker Deployment**: Ready for Hugging Face Spaces
## Quick Start
### Get Authentication Token
```bash
curl -X POST https://your-space.hf.space/auth/token?client_id=your_app |