/Whisper-API

OpenAI Whisper (Speech to Text Transcription ML model) API

Primary LanguageJupyter Notebook

Whisper-API

Everything you need to build a OpenAI Whisper (Speech to Text Transcription ML model) API, and associated docker container. image Link to the audio transcribed above.

Getting started

  1. Clone this repo
  2. CD into the appropriate folder
  3. docker build -t whisper .
  • Takes about 3 minutes to build, depending on your machine
  1. docker run -p 5000:5000 whisper
  2. Pitch MP3s at the endpoint, and recieve transcriptions as a JSON response object. Neat!