File size: 835 Bytes
c7e434a | 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 39 40 41 42 | ---
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.
|