8000 GitHub - gaurav-95/RTSpeech
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gaurav-95/RTSpeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Speech Recognition

Streamlit and Gradio app that uses 'vosk' and 'whisper' libraries respectively to perform real time speech recognition.

Installation

  1. Clone the repository:
git clone https://github.com/gaurav-95/RTSpeech.git
  1. Install requirements from requirements.txt
pip install -r requirements.txt
  1. Run app using Gradio or Streamlit!

To use the better Gradio version that uses whisper recognizer run with:

python gr_app.py

(You need to press stop recording in order to view the results in the gradio version of the app.)

For Streamlit version that uses vosk recognizer:

python -m streamlit run app.py

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0