Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,40 @@ license: apache-2.0
|
|
11 |
short_description: Speach To Text
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
short_description: Speach To Text
|
12 |
---
|
13 |
|
14 |
+
# Quantum Speech Recognizer
|
15 |
+
|
16 |
+
This is a simple speech recognition application using the Quantum_STT model from Hugging Face. Upload an audio file to get its transcription.
|
17 |
+
|
18 |
+
## How to Use
|
19 |
+
|
20 |
+
1. Upload an audio file in one of the supported formats: .caf, .au, .opus, .amr, .alac, .aiff, .wma, .m4a, .ogg, .aac, .flac, .wav, .mp3.
|
21 |
+
2. The application will transcribe the audio and display the text.
|
22 |
+
|
23 |
+
## Supported Formats
|
24 |
+
|
25 |
+
- .caf
|
26 |
+
- .au
|
27 |
+
- .opus
|
28 |
+
- .amr
|
29 |
+
- .alac
|
30 |
+
- .aiff
|
31 |
+
- .wma
|
32 |
+
- .m4a
|
33 |
+
- .ogg
|
34 |
+
- .aac
|
35 |
+
- .flac
|
36 |
+
- .wav
|
37 |
+
- .mp3
|
38 |
+
|
39 |
+
## Dependencies
|
40 |
+
|
41 |
+
- transformers
|
42 |
+
- gradio
|
43 |
+
- pydub
|
44 |
+
|
45 |
+
## Note
|
46 |
+
|
47 |
+
This application is designed to run on CPU (ZeroGPU).
|
48 |
+
|
49 |
+
|
50 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|