amedcj commited on
Commit
de95d11
·
verified ·
1 Parent(s): cfe97a5

Upload README.md

Browse files

Fix metadata header for Hugging Face Space.

Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,3 +1,17 @@
1
- # Kurdish ASR
 
 
 
 
 
 
 
 
 
 
2
 
3
- Upload your Kurdish audio to get transcriptions using Whisper ASR.
 
 
 
 
 
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.