Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.3 KB

Adaptive Coding

Python implementations of data encoding techniques for assignments of Image & Video Coding elective. Part of Cochin University Masters Degree course for 2018 scheme.

How To Setup

On Ubuntu 16.04 LTS or up:

sudo apt install python3-pip
pip3 install --user jupyterlab

jupyter lab

Adaptive Huffman Coding

View online on Google Colab

Derived from https://github.com/sh1r0/adaptive-huffman-coding

References:

Integer Arithmetic Coding

View online on Google Colab

Derived from https://github.com/gw-c/arith

License

  • Except where otherwise noted, all original content here are released under MIT license
  • Being derived from a GPLv3 source, IntegerArithmeticCoding.ipynb follows the same license