Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 640 Bytes

VideoCaptioningWithBLIP

Exploring using BLIP to caption videos and using embeddings to identify important video frames.

animated

Requirements

  • CUDA 11.7
  • Python 3.10

Getting Started

git clone https://github.com/tsugg/VideoCaptioningWithBLIP.git
cd VideoCaptioningWithBLIP
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt