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

https://github.com/antoinewg/style

Neural Style Transfer using tensorflow
https://github.com/antoinewg/style

Last synced: 6 months ago
JSON representation

Neural Style Transfer using tensorflow

Awesome Lists containing this project

README

          

# Style 🎨

[![Build Status](https://travis-ci.com/antoinewg/style.svg?branch=master)](https://travis-ci.com/antoinewg/style)
[![codecov](https://codecov.io/gh/antoinewg/style/branch/master/graph/badge.svg)](https://codecov.io/gh/antoinewg/style)

### Installation

**Steps**:

- Create virtual environment: `python3 -m venv venv`
- Activate it: `source ./venv/bin/activate`
- Install dependencies: `make install`

You're ready to go 🚀!

### Source

Original inspiration: [Art Style Transfer](https://github.com/Lasagne/Recipes/blob/master/examples/styletransfer/Art%20Style%20Transfer.ipynb)