Team members: Dingyi Nie, Daniel Kim, Younwoo Roh, Timothy Lin
This repository hosts our final project for CSCI 576: Multimedia Design. The project is designed to take an input video clip along with its audio and identify which video from a database it originates from. Additionally, the program will determine the exact starting point of the clip within the original video.
Please ensure videos are stored under data/videos and that conda is already installed! In the root directory of this repository, run the following:
conda env create -f environment.yml
conda activate multimedia
main.py : Main file used to run program. Once the terminal prompts for a query video, the user can repeatedly input relative paths to query videos and it will output the result on the user's browser.
python3.10 main.py
data/ : Contains input query videos, original videos, and precomputed data.
vindex.py/ : Contains helper functions and class managing algorithm.
templates/ : Contains html for web player.