Spaces:
Running
Running
Nguyễn Bá Thiêm
commited on
Commit
·
a0e9589
1
Parent(s):
7a4215a
Add installation instructions and link to deployed app
Browse files
README.md
CHANGED
@@ -24,6 +24,10 @@ This project aims to develop a deep learning model for enhancing the resolution
|
|
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:
|
@@ -39,7 +43,8 @@ To run the web application, use the following command:
|
|
39 |
```bash
|
40 |
streamlit run app.py
|
41 |
```
|
42 |
-
|
|
|
43 |
## Inference and Results
|
44 |
|
45 |
To run inference and check results, follow the detailed steps provided in our Kaggle notebook:
|
|
|
24 |
|
25 |
## Installation
|
26 |
To clone this report, make sure you follow steps below to download large files.
|
27 |
+
```
|
28 |
+
git lfs install
|
29 |
+
git clone https://huggingface.co/spaces/thiemcun203/super-resolution
|
30 |
+
```
|
31 |
|
32 |
|
33 |
Before running the application, ensure you have the necessary packages installed:
|
|
|
43 |
```bash
|
44 |
streamlit run app.py
|
45 |
```
|
46 |
+
We also deployed this app on hugging face, you can check it by the following link. However, because of the limit of resources, the time to inference will be longer than running on local machine
|
47 |
+
[Super Resolution GUI online](https://huggingface.co/spaces/thiemcun203/super-resolution)
|
48 |
## Inference and Results
|
49 |
|
50 |
To run inference and check results, follow the detailed steps provided in our Kaggle notebook:
|