Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,29 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Speech-to-Text Converter
|
| 14 |
+
|
| 15 |
+
This is a simple Streamlit application that converts speech from an audio file to text using Google's speech recognition API.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- Upload audio files in various formats (wav, mp3, m4a, ogg, flac)
|
| 20 |
+
- Convert the audio to text
|
| 21 |
+
- Display the transcription
|
| 22 |
+
|
| 23 |
+
## Requirements
|
| 24 |
+
|
| 25 |
+
- numpy
|
| 26 |
+
- streamlit
|
| 27 |
+
- SpeechRecognition
|
| 28 |
+
- librosa
|
| 29 |
+
- soundfile
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
1. Upload an audio file
|
| 34 |
+
2. Click the "Transcribe" button
|
| 35 |
+
3. View the transcription
|
| 36 |
+
|
| 37 |
+
|
| 38 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|