Implementing Video Transcriber with OpenAI Whisper in TypeScript
via CodeSignal Path
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 TypeScript.
Syllabus
- Course 1: Getting Started with OpenAI Whisper API in TypeScript
- Course 2: Transcribing Large Files using FFmpeg in TypeScript
- Course 3: Scraping and Transcribing Remote Videos in TypeScript
Courses
-
Learn how to build a video transcription system using OpenAI's Whisper API. This course covers environment setup, handling large files with ffmpeg, 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 FFmpeg, 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.