This program ultimately employs the Zoo algorithm to compress video frames using machine learning techniques. lectures at the Technical University of Munich
Create a conda environment & activate
conda create --name ivclabenv
conda activate ivclabenvInstall necessary packages
pip install -r requirements.txt
pip install -e .