Understanding and Implementing Image Super Resolution model in Computer vision using UNET architecture using Kaggle dataset.
The project builds a model which will learn to improve the resolution of the low-resolution images. Model will be trained on the pair of (low_res, high_res) images and later low resolution image will be sent to predict high resolution version of that image.
---------------- low res --------------||-------------------high res-------
To train the model with mlflow tracking context, run following command:
python train.pyUse Cases: Mobile Photography Quality Enhancement, Historical Image Enhancement, Medical Image Enhancement, Satellite Image Enhancement etc.

