adiitya29 commited on
Commit
7ad3000
·
1 Parent(s): a91b83c

chore: configure hugging face spaces deployment in readme file, for it to analyse gradio app

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # 🎙️ Multilingual Automatic Speech Recognition (ASR)
2
 
3
  A full-stack, end-to-end Automatic Speech Recognition web application that allows users to upload audio files, detect spoken language, convert speech to text, and download transcriptions. It includes both a beautiful graphical web interface and a programmatic REST API endpoint.
 
1
+ ---
2
+ title: Multilingual ASR
3
+ emoji: 🎙️
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ app_file: gradio_ui.py
8
+ pinned: false
9
+ ---
10
+
11
  # 🎙️ Multilingual Automatic Speech Recognition (ASR)
12
 
13
  A full-stack, end-to-end Automatic Speech Recognition web application that allows users to upload audio files, detect spoken language, convert speech to text, and download transcriptions. It includes both a beautiful graphical web interface and a programmatic REST API endpoint.