In this video we will create an app that transcribes your videos and then translates into the language you want. You can download the transcripiton file as SRT or VTT.
It's a great tutorial if you want to learn how you can automate transcription process with OpenAI's Whisper API.
Source Code: https://github.com/batuhanbilginn/nex...
Discord Channel: / discord
timestamps -
00:00 - Project Overview
02:48 - Transcription Form UI
10:59 - Transcription API
13:40 - Translation Form UI
17:44 - Translation Logic
26:16 - Translation API Route and Streaming Logic
#nextjs #typescript #whisper #openai