Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 376 Bytes

File metadata and controls

21 lines (14 loc) · 376 Bytes

How to run it

1. Create a virtual environment

python -m venv .venv

2. Activate the virtual environment

source .venv/bin/activate

3. Install the dependencies

pip install -r requirements.txt

4. Run the application by open Enhanced_Deep_Residual_Networks_for_single_image_super_resolution.ipynb an click on "Run All".