DEV Community

Cover image for Transcribe any podcast in 1 minute with serverless Python
Jonathon Belotti
Jonathon Belotti

Posted on

Transcribe any podcast in 1 minute with serverless Python

In late September OpenAI publicly released a shockingly good speech-to-text AI model. Pretty soon after that I began working on using it to make a podcast transcriber tool. I'm a big podcast listener (probably 10+ hrs a week) and I'm keen to hear any feedback you have on the tool.

modal-labs-whisper-pod-transcriber-fastapi-app.modal.run

Here's some videos showing how it works.

If you're interested in the technical details, you can read more in a blog post.

This is built only with .py code. No YAML, C++, Dockerfile, nothing like that, just Python.

Top comments (0)