← Portfolio
Software Dev

Content Automation Pipeline

Type Automation
Languages Python · TypeScript
License BSD-2-Clause
Repository View on GitHub ↗

Overview

Content Automation Pipeline is a prototype system for generating YouTube video content entirely through local AI. It chains together AI-powered stages — from script and asset generation to a monitoring dashboard — to produce publish-ready video without manual intervention.

The pipeline runs fully offline using a locally hosted LLM (configured via a custom Modelfile), making it a self-contained content factory for experimenting with AI-driven media production.

Features

  • End-to-end anime/video pipeline from topic to finished content
  • Local LLM integration via custom Ollama Modelfile
  • Asset generation and management pipeline
  • TypeScript-based monitoring dashboard for pipeline status

Tech Stack

  • Python — pipeline orchestration and AI stage logic
  • TypeScript — web-based monitoring dashboard
  • Ollama (local LLM) — content generation engine