Overview
Learn to use OpenAI's Whisper API for video transcription. From setup and basic requests to processing files from local/remote sources and building a video summarization system in Go.
Syllabus
- Course 1: Getting Started with OpenAI Whisper API in Go
- Course 2: Transcribing Large Files in Go using FFmpeg
- Course 3: Downloading and Transcribing Remote Videos
Courses
-
Learn how to build a video transcription system using OpenAI's Whisper API in Go. This course covers environment setup, handling large files with Go and FFmpeg, downloading videos from remote sources, advanced prompting, and streaming transcription responses.
-
Learn to process and transcribe large audio and video files in Go using FFmpeg. This course covers automating tasks like extracting file duration, splitting files into chunks, and converting formats. You'll use the ffmpeg-go library to integrate FFmpeg with Go, enabling efficient, automated workflows for preparing and transcribing large media files with Whisper.
-
Learn how to build a video downloading system that works with Google Drive and LinkedIn. This course focuses on reliable video downloading with authentication and proper error handling, then transcribing the downloaded media files.