Spaces:
Build error
Build error
File size: 1,473 Bytes
998185d ef01fd7 998185d ef01fd7 998185d ef01fd7 998185d ef01fd7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
title: Photo-Realistic-Image-Stylization
emoji: 🤯
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 3.4.1
app_file: app.py
pinned: false
license: mit
---
[![License CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC4.0-blue.svg)](https://raw.githubusercontent.com/NVIDIA/FastPhotoStyle/master/LICENSE.md)
# Photo-Realistic-Image-Stylization
> Whitening and Colorization Transform from the paper "A Closed-form Solution to Photorealistic Image Stylization"
<br />
---
## Python dependencies
```sh
pip3 install -r requirements.txt
```
---
<br />
## Run the application
```sh
python3 app.py
```
On your terminal, you will see a prompt of the ipaddress to access -
```sh
Running on local URL: http://127.0.0.1:7860
```
<br />
---
## License
Copyright (C) 2018 NVIDIA Corporation. All rights reserved.
Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
<br />
---
## Citations
- [A Closed-form Solution to Photorealistic Image Stylization](https://arxiv.org/abs/1802.06474) <br>
[Yijun Li (UC Merced)](https://sites.google.com/site/yijunlimaverick/), [Ming-Yu Liu (NVIDIA)](http://mingyuliu.net/), [Xueting Li (UC Merced)](https://sunshineatnoon.github.io/), [Ming-Hsuan Yang (NVIDIA, UC Merced)](http://faculty.ucmerced.edu/mhyang/), [Jan Kautz (NVIDIA)](http://jankautz.com/) <br>
- [https://github.com/NVIDIA/FastPhotoStyle](https://github.com/NVIDIA/FastPhotoStyle) <br>
|