api-swara-audio-analysis / README_HF.md
fariedalfarizi's picture
Add profanity detection feature with 150+ Indonesian/English words
c7e434a
metadata
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

# 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.