Arbitrary style transfer

This repository contains an implementation of arbitrary style transfer running fully inside the browser using TensorFlow.js.

Arbitrary style transfer

This is an implementation of an arbitrary style transfer algorithm running purely in the browser using TensorFlow.js. As with all neural style transfer algorithms, a neural network attempts to "draw" one picture, the Content (usually a photograph), in the style of another, the Style (usually a painting).

TOP