DavidCai1111/style-transfer.js
👨🎨️ Generate novel artistic images in Node.js
This tool helps artists, designers, and creatives transform ordinary photos into unique works of art by applying the artistic style of one image to the content of another. You provide a photo you want to artistically alter and an image with a distinct style (like a famous painting), and it generates a new image that merges the two. It's for anyone looking to create visually striking, stylized images without needing to manually paint or draw.
No commits in the last 6 months.
Use this if you want to automatically generate new images that combine the look of one artwork with the subject matter of your own photographs.
Not ideal if you need fine-grained control over every brushstroke or require pixel-perfect realism in your image transformations.
Stars
94
Forks
9
Language
JavaScript
License
MIT
Category
Last pushed
Dec 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DavidCai1111/style-transfer.js"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...