Hacker News new | ask | show | jobs
by thimm 1212 days ago
I love whisper. It is so easy to use. I created a small pipeline that transcribes podcasts within the domain that I'm working in. It helps me and my colleagues to revisit and find podcasts episodes without having to listen to them again. You can check it out on podcasts.farmonapp.com
1 comments

This is really interesting. I am looking at doing something similar. Do you mind me asking what the Back-end API call is written in? I had looked at Deepgram and might try putting a small project together.
It is all written in Python and it uses the original python bindings. I'm using mkdocs to convert the transcripts into a website.