With the advent of powerful image sensors that provide very high-quality images, image compression has become a necessity. Images have to be transferred over large distances viz space telescopes, rendered on mobile phones having weaker internet connection and be used in various other applications. Our project aims to address some of these issues by using Discrete Wavelet Transform based image compression in python.
What things you need to install the software and how to install them
numpy : pip3 install numpy
PILLOW : pip3 install Pillow
PyWavelet : pip3 install PyWavelets