This project implements multiple image upscaling techniques, including:
✅ Nearest Neighbor Interpolation
✅ Bilinear Interpolation
✅ Bicubic Interpolation
✅ Super-Resolution Convolutional Neural Network (SRCNN)
git clone git@github.com:NameRectified/SuperResolution.git
cd SuperResolutionpip install -r requirements.txt