Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,29 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Whisper Language Identifier π
|
3 |
+
emoji: π€
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- whisper
|
13 |
+
- language-detection
|
14 |
+
- speech-to-text
|
15 |
+
- faster-whisper
|
16 |
+
cache: true
|
17 |
---
|
18 |
|
19 |
+
## π€ Whisper Language Identifier
|
20 |
+
|
21 |
+
Upload an audio file in any language and detect:
|
22 |
+
- π What language it's in
|
23 |
+
- π What it says (transcription)
|
24 |
+
|
25 |
+
Powered by [`faster-whisper`](https://github.com/guillaumekln/faster-whisper) + Hugging Face Spaces π₯
|
26 |
+
|
27 |
+
Supports Tamil, Hindi, English, Kannada, and 90+ languages.
|
28 |
+
|
29 |
+
> Tip: Use smaller models (like `"guillaumekln/faster-whisper-small"`) if you're deploying on CPU!
|