jerinka / whisper_gradio_demo

whisper_gradio_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whisper Gradio Demo

Open In Colab

Install

git clone https://github.com/jerinka/whisper_gradio_demo
cd whisper_gradio_demo

python3 -m venv env
source env/bin/activate
pip install git+https://github.com/openai/whisper.git 
pip install gradio

Whisper Demo

python A_audio_file_stt.py -s (-s for sharing, avoid for local alone)
python B_record_stream_stt.py (record and submit)
python C_live_stream_stt.py (TODO: not good, need to improve)

Related Links

  • YouTube Video Tutorial link
  • This repo is part of Deep Learning with Tensorflow and Pytorch Udemy Course: enroll - link
  • GitLab CICD Udemy Course: enroll - link

About

whisper_gradio_demo

License:Apache License 2.0


Languages

Language:Python 100.0%