Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cizodevahm/speech-recognition-web-application
This repository contains a Flask web application that allows users to upload audio files and convert them to text using Google’s Speech Recognition API.
https://github.com/cizodevahm/speech-recognition-web-application
audio-processing flask google-speech-recognition speech-recognition speech-to-text
Last synced: 4 days ago
JSON representation
This repository contains a Flask web application that allows users to upload audio files and convert them to text using Google’s Speech Recognition API.
- Host: GitHub
- URL: https://github.com/cizodevahm/speech-recognition-web-application
- Owner: cizodevahm
- License: mit
- Created: 2024-08-28T11:59:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:12:41.000Z (3 months ago)
- Last Synced: 2024-08-28T13:36:48.161Z (3 months ago)
- Topics: audio-processing, flask, google-speech-recognition, speech-recognition, speech-to-text
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speech-Recognition-Web-Application
This repository contains a Flask web application that allows users to upload audio files and convert them to text using Google’s Speech Recognition API.# Overview
The application provides a simple web interface where users can upload audio files. The uploaded audio is processed and transcribed into text using the SpeechRecognition library and Google’s Speech Recognition API.# Features
- Web Interface: A user-friendly web interface for uploading audio files.- Speech Recognition: Converts audio files to text using Google’s Speech Recognition API.
- Real-Time Processing: Processes and transcribes audio files in real-time.
# Installation
1. Clone the repository:
```bash
git clone https://github.com/cizodevahm/Speech-Recognition-Web-Application.git
```
2. Navigate to the project directory:
```baash
cd Speech-Recognition-Web-Application
```
3. Install the required dependencies:
```bash
pip install flask speech_recognition
```# Usage
1. Run the Flask application:
```bash
python app.py
```
2. Open your web browser and navigate to ```http://127.0.0.1:5000/```.
3. Upload an audio file and click “Submit” to get the transcribed text.# License
This project is licensed under the MIT License.