This project provides a scaffold for a FastAPI microservice designed for YouTube content automation. It includes four key services: a transcribe service, a thumbnail creation service, a metadata service, and an upload service.
- Transcribe Service: Translates audio tracks from videos into text.
- Thumbnail Creation Service: Automates the generation of video thumbnails.
- Metadata Service: Handles video metadata, including titles, descriptions, and tags.
- Upload Service: Automates the uploading of videos to YouTube, integrating YouTube's API for video uploads.
WORK IN PROGRESS