Spaces:
Running
on
T4
Running
on
T4
| title: Swara API - Audio Analysis | |
| emoji: ποΈ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| # Swara API - Audio Analysis Service ποΈ | |
| AI-powered audio analysis service untuk penilaian public speaking. | |
| ## Features | |
| - π€ Speech-to-Text dengan Whisper | |
| - β±οΈ Tempo & Jeda Analysis | |
| - π£οΈ Articulation Assessment | |
| - π Structure Detection | |
| - π Keyword Relevance Analysis | |
| ## API Documentation | |
| Once deployed, visit: | |
| - `/docs` - Interactive Swagger UI | |
| - `/redoc` - ReDoc documentation | |
| - `/api/v1/health` - Health check | |
| ## Usage | |
| ```bash | |
| # Submit audio for analysis | |
| curl -X POST "https://YOUR_SPACE.hf.space/api/v1/analyze" \ | |
| -F "audio=@your_audio.wav" \ | |
| -F "analyze_tempo=true" \ | |
| -F "analyze_structure=true" | |
| ``` | |
| For detailed documentation, see the full README in the repository. | |