Skip to content

Audio transcribtion api, made using FastApi, and openai whisper

Notifications You must be signed in to change notification settings

Hetling/asr-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASR-Api

Transcibtion inference api container image. For running serverless on gcp cloud run

A demo can be found on hetling.me/transskrib (only implemented in danish)

Run locally

To test the api or run locally do:

docker build -t <image name> .

then:

docker run -p 8000:8000 <image name>

Built With

  • OpenAi Whisper v1.0.0
  • Uvicorn v0.15.0
  • FastApi 0.85.1

Links

About

Audio transcribtion api, made using FastApi, and openai whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages