Skip to content

DanielKim12/CSCI576_Project_2024

Repository files navigation

CSCI576_Project_2024

Team members: Dingyi Nie, Daniel Kim, Younwoo Roh, Timothy Lin

Searching and Indexing Video with Input Clip

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.

Setup

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

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •