AI-Shorts-Creator is a Python-based tool that automates the creation of short-form videos by analyzing long-form content and extracting the most engaging segments. It uses AI models to evaluate transcripts and identify highlight moments, then processes video clips accordingly. The system integrates FFmpeg and OpenCV to crop videos dynamically, often using face detection to keep subjects centered. It is designed for content creators who want to generate short videos quickly without manual editing. The workflow includes downloading source videos, analyzing content, segmenting highlights, and exporting finished clips. It supports multiple video formats and is configurable for different use cases. ...