AI-Video-Cropper is a Python-based tool that leverages the power of GPT-4 (OpenAI's language model) to automatically analyze videos, extract the most interesting sections, and crop them for improved viewing experience. This project combines the capabilities of GPT-4, FFmpeg, and OpenCV to automate the process of identifying highlights in videos
Original code contains parts that are responsible for face detection. There is no way to check whether it works or not.
Add test suite to make sure it correctly detects all the faces in video with no false positives if possible.