Streamlit and Gradio app that uses 'vosk' and 'whisper' libraries respectively to perform real time speech recognition.
- Clone the repository:
git clone https://github.com/gaurav-95/RTSpeech.git
- Install requirements from requirements.txt
pip install -r requirements.txt
- 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