Overview
Learn how to build a video transcription system using OpenAI's Whisper API. This course covers environment setup, handling large files with PyDub, video scraping from various sources, as well as creating video summary.
Syllabus
- Course 1: Getting Started with OpenAI Whisper API in Python
- Course 2: Transcribing Large Files in Python using PyDub
- Course 3: Scraping and Transcribing Remote Videos
- Course 4: Advanced Prompting and Streaming Transcription with Whisper API
Courses
-
Learn how to build a video transcription system using OpenAI's Whisper API. This course covers environment setup, handling large files with PyDub, video scraping from various sources, as well as creating video summary.
-
Learn how to process and transcribe large audio and video files by splitting them into manageable chunks using PyDub, and then combining these chunks' transcriptions together.
-
Learn how to build a video scraping system that works with Google Drive and LinkedIn sources. This course focuses on reliable video downloading from multiple sources.
-
Learn to write system prompts that automatically expand abbreviations in audio transcriptions, control output formatting, and understand streaming transcription.