Skip to content

ankitdsi2010/Neural_Style_Transfer

Repository files navigation

Neural style transfer in TensorFlow.js

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

It is hosted here

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).

Running locally for development

To run it locally, you must install Yarn and run the following command at the repository's root to get all the dependencies.

yarn run prep

Verify that there is a .babelrc.json file present if it isn't in json format rename the file from .babelrc to .babelrc.json.

Then, you can run

yarn run start

You can then browse to localhost:9966 to view the application.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published