Learn how to build a video scraping system that works with Google Drive and YouTube sources using Java libraries. This course focuses on reliable video downloading from multiple sources and processing videos for transcription using GPT-4o mini.
Overview
Syllabus
- Unit 1: Downloading Video Files from Google Drive Using Java
- Extract File IDs from Google Drive URLs
- Implement Google Drive Video Downloader
- Implementing Google Drive File Download Functionality with OkHttp
- Unit 2: Downloading LinkedIn Videos Using Java
- LinkedIn Post URL Validator
- LinkedIn Video Downloader with URL Validation
- Implementing LinkedIn Video Download Functionality with yt-dlp in Java
- Unit 3: Generating Video Summaries with the OpenAI API in Java
- Creating Effective Prompts for Story Summarization with GPT-4o
- Structured Summarization of Media Transcriptions with GPT-4o
- Implement Transcription Summarization with OpenAI's GPT-4o API using Prompt Engineering