/videochat-compression

ROBT310 - Image processing project

Primary LanguagePython

Videochat compression

This is a final project of ROBT310 - Image Processing class.

Authors

Miras Kenzhegaliyev
Alisher Iskakov
Aslan Assylkhanov

Installation guide

Requirements
Anaconda 3+
Python 3.6+

Clone the repository

git clone https://github.com/kenzhemir/videochat-compression
cd videochat-compression

Create the environment

conda env create -f environment.yml

Activate the environment

Ubuntu:

source activate geniouses

Windows:

activate geniouses