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.
To run this project you need
streamlit
sounddevice
torch
transformers
You can install it directly by
pip install -r requirements.txt
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