Upload README.md
Browse filesFix metadata header for Hugging Face Space.
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Kurdish ASR
|
| 3 |
+
emoji: 🗣️
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.24.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|
| 12 |
|
| 13 |
+
# 🗣️ Kurdish ASR (Automatic Speech Recognition)
|
| 14 |
+
|
| 15 |
+
Upload a Kurdish audio file (`.wav`, `.mp3`, etc.) and get a transcription using Whisper.
|
| 16 |
+
|
| 17 |
+
This demo uses a pre-trained Whisper model for recognizing speech and converting it into text. It currently works best with short, clear audio recordings.
|