Retrieve moments from videos using natural language query
conda env create -n <name> -f environment.yml
conda activate <name>
pip install -r ./requirements.txt
pip install git+https://github.com/openai/CLIP.git
python -m app.api
This repository is developemt for the 2023-2024 HKUST CSE FYP under the suppervision of Prof. Dan Xu.