Skip to content

roushjac/whisper-from-webrtc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Whisper Transcription

This is a WebRTC client listening for audio and passing it to a local version of OpenAI's Whisper speech to text model.

To install with Docker run

sudo apt-get install nvidia-container-runtime
docker build -t whisperbot .
docker run -p 5000:5000 --gpus all -it whisperbot

About

Real time transcription with OpenAI Whisper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.8%
  • Dockerfile 10.2%