AfroLogicInsect commited on
Commit
8791967
·
verified ·
1 Parent(s): 4c2e04b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -1,14 +1,32 @@
1
  ---
2
- title: Transcribe Speech
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.41.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: use finetuned s2t model
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Whisper Speech Transcription
3
+ emoji: 🎙️
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.41.
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: use finetuned s2t model
12
  ---
13
 
14
+ # Whisper Speech Transcription
15
+
16
+ AI-powered speech-to-text with timestamps using fine-tuned Whisper model.
17
+
18
+ ## Features
19
+ - Upload audio files (up to 3 minutes)
20
+ - Record voice directly
21
+ - Get timestamped transcriptions
22
+ - Download JSON and SRT formats
23
+ - Optimized for English speech
24
+
25
+ ## Usage
26
+ 1. Choose upload or record option
27
+ 2. Process your audio (max 3 minutes)
28
+ 3. View transcription with timestamps
29
+ 4. Download results in multiple formats
30
+
31
+
32
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference