Spaces:
Running
Running
Nguyễn Bá Thiêm
commited on
Commit
·
0f98cfa
1
Parent(s):
d698613
Add Super Resolution project metadata and installation instructions
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Super Resolution Deep Learning Project - Group 11
|
3 |
|
@@ -12,6 +23,8 @@
|
|
12 |
This project aims to develop a deep learning model for enhancing the resolution of images, known as Super Resolution. Our approach utilizes state-of-the-art techniques in deep learning to upscale images while preserving quality.
|
13 |
|
14 |
## Installation
|
|
|
|
|
15 |
|
16 |
Before running the application, ensure you have the necessary packages installed:
|
17 |
|
|
|
1 |
+
---
|
2 |
+
title: Super Resolution
|
3 |
+
emoji: 🏢
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: red
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.29.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
|
13 |
# Super Resolution Deep Learning Project - Group 11
|
14 |
|
|
|
23 |
This project aims to develop a deep learning model for enhancing the resolution of images, known as Super Resolution. Our approach utilizes state-of-the-art techniques in deep learning to upscale images while preserving quality.
|
24 |
|
25 |
## Installation
|
26 |
+
To clone this report, make sure you follow steps below to download large files.
|
27 |
+
|
28 |
|
29 |
Before running the application, ensure you have the necessary packages installed:
|
30 |
|