Skip to content

OpenAI Whisper (Speech to Text Transcription ML model) API

Notifications You must be signed in to change notification settings

DecafSunrise/Whisper-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

OpenAI Whisper (Speech to Text Transcription ML model) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published