|
--- |
|
title: Speech-to-Text Converter |
|
emoji: 🔥 |
|
colorFrom: red |
|
colorTo: gray |
|
sdk: streamlit |
|
sdk_version: 1.36.0 |
|
app_file: app.py |
|
pinned: false |
|
license: mit |
|
--- |
|
|
|
# Speech-to-Text Converter |
|
|
|
This is a simple Streamlit application that converts speech from an audio file to text using Google's speech recognition API. |
|
|
|
## Features |
|
|
|
- Upload audio files in various formats (wav, mp3, m4a, ogg, flac) |
|
- Convert the audio to text |
|
- Display the transcription |
|
|
|
## Requirements |
|
|
|
- numpy |
|
- streamlit |
|
- SpeechRecognition |
|
- librosa |
|
- soundfile |
|
|
|
## Usage |
|
|
|
1. Upload an audio file |
|
2. Click the "Transcribe" button |
|
3. View the transcription |
|
|
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|