File size: 725 Bytes
646dcf6 2ea058b 646dcf6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
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
|