Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lgvaz/faststyle

Fast style transfer
https://github.com/lgvaz/faststyle

deep-style-transfer fast-style-transfer style-transfer

Last synced: 2 months ago
JSON representation

Fast style transfer

Awesome Lists containing this project

README

        

# faststyle
> Faststyle aims to provide an easy and modular interface to Image to Image problems based on [feature loss](https://arxiv.org/abs/1603.08155).

## Install

Making sure you have a working installation of [fastai](https://github.com/fastai/fastai). You can then install the library by doing:
```
pip install faststyle
```

You can instead use a editable install, which is more recommended since the lib is chaging a lot:
```
git clone https://github.com/lgvaz/faststyle.git
cd faststyle
pip install -e .
```

## Contributing

There are still tons of things to do in the library, you're welcome to contribute. Some of the tasks are listed in the issues, feel free to contact me directly for more info =) .

The library is built with [nbdev](https://github.com/fastai/nbdev), I'm following the coding style used by fastai (the only difference being that I use 2 spaces for indentation instead of 4), take a look at the cotribution guideline [here](https://github.com/fastai/nbdev/blob/master/CONTRIBUTING.md).