Skip to content

tomerbv/Super-Resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Super-Resolution Using Deep Learning

This repository contains a Jupyter notebook implementing and evaluating a deep learning-based approach to image super-resolution β€” the task of enhancing the resolution of low-resolution images.

πŸ“˜ Project Overview

This was an academic assignment completed as part of a university course on deep learning and computer vision.

🧠 Techniques Used

  • Convolutional Neural Networks (CNNs)
  • Bicubic interpolation (baseline)
  • Model training on paired low-res / high-res image data
  • Evaluation using:
    • PSNR (Peak Signal-to-Noise Ratio)
    • SSIM (Structural Similarity Index)

πŸ§ͺ Results

The notebook includes visual comparisons between:

  • Original high-resolution images
  • Low-resolution inputs
  • Super-resolved outputs generated by the model

The results demonstrate improved perceptual quality compared to bicubic interpolation.

🧰 Requirements

The notebook uses the following libraries:

  • Python 3.x
  • TensorFlow / Keras
  • NumPy
  • Matplotlib
  • OpenCV (cv2)
  • scikit-image

You can install the dependencies using:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published