This Python project implements two common image interpolation techniques; Nearest Neighbour Interpolation and Bilinear Interpolation. These techniques are useful for resizing images while preserving their quality to some extent.
Tech: Python | NumPy | PILLOW