Clone the repository:
git clone https://github.com/lilylilylily123/court.gitMake sure you have a mp4 file ready for analysis, preferably in the same directory as Court.
Ensure that you have ffmpeg installed on your system. You can download it from here.
Clone the repository:
git clone https://github.com/ggerganov/whisper.cppBuild the project:
cd whisper.cpp
bash models/download-ggml-model.sh base
makeYour whisper executable path should be:
./build/bin/whisper-clibut we recommend using absolute paths.
python3 video_analyzer.py your_video.mp4