Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 856 Bytes

File metadata and controls

21 lines (17 loc) · 856 Bytes

🤖 AI Agent Context Directory

This folder contains structured technical documentation specifically designed for AI Agents (LLMs) to understand the architecture, data flow, and development standards of the VideoCut-CLI project.

🧠 Context Index

  1. Project Architecture & Logic - Technical details of modules and workflows.
  2. CLI Schema - Definition of CLI commands and parameters.
  3. Roadmap & Tasks - Development status and feature plans.

🛠️ Tech Stack for AI

  • Language: Python 3.9+
  • CLI Framework: Typer (Click-based)
  • Video Engine: FFmpeg (via subprocess)
  • Downloader: yt-dlp
  • AI Models (Planned):
    • ElevenLabs (Dubbing/TTS)
    • Whisper (Transcribing)
    • YOLO/MediaPipe (Object Detection for Crop)

Back to Main README