Skip to content

MIKE9708/JpegCompressionJupyter

Repository files navigation

JpegCompressionJupyter

Jpeg algorithm using the jupyter notebook

Create a python virtual enviorment

In order to create a virtual env install the package with the command :

pip install --user virtualenv

To create the virtual enviorment choose a directory and run :

python3 -m venv env

To activate the virtual enviorment run (in the directory where you've created it):

source ./env/bin/activate

How to test it

Install all the packages listed on the requirements.txt :

pip install -r /path/to/requirements.txt

After that launch from the terminal in the directory where you have the cloned repository:

jupyter notebook

About

Jpeg algorithm using the jupyter notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •