reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
This tool transforms your photographs or images into artistic pieces by applying the visual style from another image, like a painting. You provide a "content" image (your photo) and a "style" image (an artwork), and it generates a new image that looks like your photo drawn in the style of the artwork. This is perfect for artists, designers, or anyone looking to create unique visual content.
1,208 stars. No commits in the last 6 months.
Use this if you want to creatively combine the elements of one image with the artistic style of another, directly in your web browser, without needing to upload your images.
Not ideal if you need pixel-perfect photo editing or highly precise graphical manipulations, as this tool focuses on artistic stylization rather than detailed image correction.
Stars
1,208
Forks
212
Language
JavaScript
License
Apache-2.0
Category
Last pushed
Dec 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/reiinakano/arbitrary-image-stylization-tfjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
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
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...
gsurma/style_transfer
CNN image style transfer 🎨.