Skip to content

Simple web server that fetches Whisper transcriptions from audio files

Notifications You must be signed in to change notification settings

notdaniel/whisper-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper-api-proxy

Setup

  • Install dependencies with pipenv install.
  • Copy .env.sample to .env and save your OpenAI API key. (Setting it to envvar OPENAI_API_KEY is fine, too.)

Running

  • Start the server via pipenv run serve. (Or run pipenv run uvicorn main:app --host 0.0.0.0)
  • Make a POST request to /transcribe containing the raw audio data. You will be returned the transcription in plaintext.

You can also quickly deploy on Render using this button.

Deploy to Render

About

Simple web server that fetches Whisper transcriptions from audio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages