Nguyễn Bá Thiêm commited on
Commit
d698613
·
1 Parent(s): 7d64dce

Update DS_Store and HAT model file, and modify README.md

Browse files
Files changed (4) hide show
  1. .DS_Store +0 -0
  2. README.md +49 -11
  3. analysis.ipynb +0 -0
  4. models/HAT/hat-for-image-sr-2.ipynb +2 -2
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md CHANGED
@@ -1,13 +1,51 @@
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+
2
+ # Super Resolution Deep Learning Project - Group 11
3
+
4
+ ## Members
5
+ - Nguyen Ba Thiem (20214931)
6
+ - Doan The Vinh (20210940)
7
+ - Pham Quang Tung (20210919)
8
+ - Nguyen Hai Long (20214911)
9
+ - Billy Tom Herrmann (2023T033)
10
+
11
+ ## Introduction
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
+
18
+ ```bash
19
+ pip install -r requirements.txt
20
+ ```
21
+
22
+ ## Running the Application
23
+
24
+ To run the web application, use the following command:
25
+
26
+ ```bash
27
+ streamlit run app.py
28
+ ```
29
+
30
+ ## Inference and Results
31
+
32
+ To run inference and check results, follow the detailed steps provided in our Kaggle notebook:
33
+
34
+ [Infer Super Resolution](https://www.kaggle.com/code/thimcun/infer-super-resolution)
35
+
36
+ ## Folders Structure
37
+
38
+ ### `models/`
39
+ Contains all models with checkpoints, file architecture, and training files necessary for the super-resolution process.
40
+
41
+ ### `images/`
42
+ Use this folder to test the application with some images. Place your low-resolution images here and run the application to see the enhanced results.
43
+
44
+
45
+ ## Acknowledgements
46
+
47
+ We would like to express our sincerest gratitude to our lecturer, Prof. Nguyen Hung Son, for his lectures and guidance throughout this semester. We would also like to extend our thanks to Mr. Nguyen The Minh Duc and Mr. Ho Minh Khoi, the Teaching Assistants of the class, for their support throughout the course, as well as their invaluable advice in approaching the project.
48
+
49
  ---
50
 
51
+ Group 11 - Deep Learning for Super Resolution
analysis.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
models/HAT/hat-for-image-sr-2.ipynb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03e8c50315d4841dbb6d65e9813f523dff48e7b60c11acb97bd2cdd4d1a9848e
3
- size 11062075
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c12a65c79cd213eb0a2438af00b6aace5e04947bc9383973b7c43913a8a784
3
+ size 11067882