Exploring using BLIP to caption videos and using embeddings to identify important video frames.
- CUDA 11.7
- Python 3.10
git clone https://github.com/tsugg/VideoCaptioningWithBLIP.gitcd VideoCaptioningWithBLIPpython3 -m venv venvsource venv/bin/activatepip install -r requirements.txt
