gautamthulasiraman commited on
Commit
14f348f
Β·
verified Β·
1 Parent(s): f112b10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -7
README.md CHANGED
@@ -1,13 +1,29 @@
1
  ---
2
- title: Audio Lang Detector
3
- emoji: 🏒
4
- colorFrom: purple
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.26.0
8
  app_file: app.py
9
  pinned: false
10
- license: mit
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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!