Loading repository data…
Loading repository data…
dyingpotato890 / repository
Frame.AI is a collaborative AI agent system built with Google's ADK to perform intelligent, modular video segmentation.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Frame.AI is an innovative collaborative AI agent system specifically designed to revolutionize shorts and reels content generation. By intelligently analyzing long-form YouTube videos, Frame.AI identifies and extracts high-potential segments that are primed to go viral on platforms like YouTube Shorts, Instagram Reels, and TikTok.
Built with Google's Agent Development Kit (ADK), Frame.AI operates through a sophisticated multi-agent architecture, featuring a central orchestrating agent and four specialized sub-agents. This collaborative approach ensures deep analysis, precise segmentation, and optimized content output.
Frame.AI’s core strength lies in its multi-agent architecture, orchestrated by a central VideoSegmentAgent that delegates tasks to specialized sub-agents. Among them, the Video Processing Agent manages a sequence of sub-agents for downloading, clipping, and subtitling content. This design ensures scalable, modular, and efficient short-form content generation using Google’s ADK.
flowchart TD
A[YouTube Video URL] --> B[VideoSegmentAgent]
B --> C[URL Parser Agent]
C --> D[Transcription Agent]
D --> E[Segmentation Agent]
E --> F[Video Processing Agent]
F --> F1[Video Download Agent]
F1 --> F2[Video Clip Agent]
F2 --> F3[Subtitles Agent]
F3 --> H["Viral Shorts & Reels (Video + Subtitles)"]
The VideoSegmentAgent orchestrates the following sub-agents in a precise sequential flow:
URL Parser Agent (url_parser_agent):
Transcription Agent (transcription_agent):
Segmentation Agent (segmentation_agent):
Video Processing Agent (video_processing_agent):
video_download_agent) – Ensures the full YouTube video is downloaded, ready for manipulation.video_clip_agent) – Precisely extracts the high-potential segments identified by the segmentation_agent.subtitles_agent) – Generates subtitles and organizes the video-subtitle output.Subtitles Agent (subtitles_agent):
video_processing_agent.