An open API service indexing awesome lists of open source software.

https://github.com/j-ranasinghe/speech-to-text-webapp

A lightweight automatic speech recognition (ASR) and speech translation web application
https://github.com/j-ranasinghe/speech-to-text-webapp

asr lightweight speech-to-text webapp

Last synced: 11 days ago
JSON representation

A lightweight automatic speech recognition (ASR) and speech translation web application

Awesome Lists containing this project

README

          

# Speech-to-Text Web App with whisper-small.en

This repository contains a simple yet effective automatic speech recognition (ASR) and speech translation web application built using Flask and leveraging Hugging Face's whisper-small.en model. The whisper-small.en model is a lightweight variant optimized for speech recognition tasks.

## Python Versions

The code in this repository was written and tested using Python 3.10.0

## Key Features

Speech Input: Record their voice directly through the web interface.
Real-Time Transcription: Utilizes the Distil-Whisper model to transcribe speech into text in real-time.
Web Interface: Provides an intuitive interface for seamless interaction with the application.
Easy Deployment: Flask's lightweight and flexible nature makes deploying this application to various platforms straightforward.