Project Summary

Languages: Python
Tech: Steamlit, Whisper
Timeline: 23 Nov 2022
Role: Programmer
Skills: Software Engineering
Team Size: 1

Summary

A wrapper for OpenAI's whisper to make it more easy to use. In this website, you can drag drop batches of video and audio files for free transcription and translation. I used this to make it easier to get English subtitles from foreign videos.

What I did

In the transcribe page we have options to customize our transcribe. After those are set, we can batch upload numerous files. They can be a mixture of video and audio. We just extract the audio as a mp3 for transcription. Each file then gets subtitles and a progress bar is shown at the bottom. At the end, we can hit the download button for all our files.

In the history page, we can see all our previous transcriptions in a nice table as well as download any of them.