Skip to content

DavidCai1111/style-transfer.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

style-transfer.js

js-standard-style Build Status

Generate novel artistic images in Node.js, using TensorFlow.js.

Some Examples

style-transfer.png

How To Use It

Clone This Repository

git clone https://github.com/DavidCai1993/style-transfer.js.git

cd ./style-transfer.js

Download The VGG-19 Model

npm run model

Install Dependences

npm install

Start Making Some Great Art

node ./transfer.js transfer -c <contentImagePath> -s <styleImagePath> -o <outputImagePath> [--gpu]

// Example: node ./transfer.js transfer -c ./images/louvre.jpg -s ./images/Francis_Picabia.jpg -o output.jpg --gpu

About

👨‍🎨️ Generate novel artistic images in Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published