Spaces:
No application file
No application file
| 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 |