Skip to content

chandani7021/Real-Time-Voice-Transcription-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Real time Voice Transcription App

An application that performs live speech transcription in real-time is known as a real-time transcription app. Such an application turns spoken words into text using a voice recognition engine, which is subsequently shown in real time on the screen. The programme can be used for a number of things, such as transcription of meetings, conferences, and lectures.

This Real-time Voice Transcription App is an App made in Python language using Streamlit and huggingface.

This app generates real time transcription automatically as the user click on the start recording button.

The app stops recording after 20 seconds on its own.

Installation

To run this project you need

streamlit
sounddevice
torch
transformers

You can install it directly by

  pip install -r requirements.txt 

To run this project locally

Clone the project

  git clone https://github.com/chandani7021/Real-Time-Voice-Transcription-App.git

Install libraries

  pip install -r requirements.txt

Launch the App

  streamlit run app.py

Screenshots

App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages