All Projects → DavidCai1993 → Style Transfer.js

DavidCai1993 / Style Transfer.js

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Style Transfer.js

Artistic-Style-Transfer-using-Keras-Tensorflow
Art to Image Style Transfer using Keras and Tensorflow.
Stars: ✭ 22 (-71.79%)
Mutual labels:  art, style-transfer
Owo
...We might be furry trash.
Stars: ✭ 68 (-12.82%)
Mutual labels:  art
001
draw_code.001 — ThreeJS, WebGL & GLSL
Stars: ✭ 48 (-38.46%)
Mutual labels:  art
Neural Painters X
Neural Paiters
Stars: ✭ 61 (-21.79%)
Mutual labels:  style-transfer
Sonic Pi
Code. Music. Live.
Stars: ✭ 8,736 (+11100%)
Mutual labels:  art
Art
🎨 A smart theme generator
Stars: ✭ 62 (-20.51%)
Mutual labels:  art
Style Transfer In Text
Paper List for Style Transfer in Text
Stars: ✭ 1,030 (+1220.51%)
Mutual labels:  style-transfer
Agis Net
[SIGGRAPH Asia 2019] Artistic Glyph Image Synthesis via One-Stage Few-Shot Learning
Stars: ✭ 77 (-1.28%)
Mutual labels:  style-transfer
Aams
Attention-aware Multi-stroke Style Transfer (CVPR2019)
Stars: ✭ 68 (-12.82%)
Mutual labels:  style-transfer
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-24.36%)
Mutual labels:  art
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-24.36%)
Mutual labels:  style-transfer
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-35.9%)
Mutual labels:  art
Torch Models
Stars: ✭ 65 (-16.67%)
Mutual labels:  style-transfer
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+1244.87%)
Mutual labels:  style-transfer
Sandhook
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
Stars: ✭ 1,172 (+1402.56%)
Mutual labels:  art
Galeri Www
A perpetual artwork streaming app. (Website Repo)
Stars: ✭ 46 (-41.03%)
Mutual labels:  art
Magictools
🎮 📝 A list of Game Development resources to make magic happen.
Stars: ✭ 8,853 (+11250%)
Mutual labels:  art
Geopattern
📐 Create beautiful generative image patterns from a string in golang.
Stars: ✭ 1,113 (+1326.92%)
Mutual labels:  art
Mellite
An environment for creating experimental computer-based music and sound art. Mirror of https://git.iem.at/sciss/Mellite
Stars: ✭ 76 (-2.56%)
Mutual labels:  art
Icon Machine
Web application for randomly generating pixel art icons.
Stars: ✭ 73 (-6.41%)
Mutual labels:  art

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].