Gokuleshwaran
commited on
Commit
•
db5f0b0
1
Parent(s):
ad6c166
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Super Resolution Model Comparison
|
2 |
|
3 |
🚀 **Super Resolution Model Comparison** is a web application built using **Streamlit** that allows users to upload a low-resolution image and compare its enhancement using various super-resolution models (SRCNN, VDSR, and EDSR). The application provides image quality metrics (PSNR and SSIM) and processing time for each model to assess their performance.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- super-resolution
|
4 |
+
- image-enhancement
|
5 |
+
- pytorch
|
6 |
+
- deep-learning
|
7 |
+
datasets:
|
8 |
+
- DIV2K
|
9 |
+
- Set5
|
10 |
+
license: mit
|
11 |
+
model-index:
|
12 |
+
- name: EDSR
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Image Super-Resolution
|
16 |
+
type: image-super-resolution
|
17 |
+
dataset:
|
18 |
+
name: DIV2K
|
19 |
+
type: DIV2K
|
20 |
+
metrics:
|
21 |
+
- name: PSNR
|
22 |
+
type: psnr
|
23 |
+
value: 30.50
|
24 |
+
- name: SSIM
|
25 |
+
type: ssim
|
26 |
+
value: 0.85
|
27 |
+
---
|
28 |
+
|
29 |
# Super Resolution Model Comparison
|
30 |
|
31 |
🚀 **Super Resolution Model Comparison** is a web application built using **Streamlit** that allows users to upload a low-resolution image and compare its enhancement using various super-resolution models (SRCNN, VDSR, and EDSR). The application provides image quality metrics (PSNR and SSIM) and processing time for each model to assess their performance.
|