deeparteffects/deepart-api-html-js-example
Style transfer API for Javascript: An example HTML Javascript webpage and web app for neural style transfer using the Deep Art Effects API.
This tool helps web developers integrate advanced artistic style transfer into their web applications. You provide an original image and choose from a variety of artistic styles, and it outputs a new image transformed with the chosen style. Web developers who want to add creative image effects to their websites or platforms would find this useful.
No commits in the last 6 months.
Use this if you are a web developer who needs a straightforward way to incorporate neural style transfer capabilities directly into your JavaScript-based web projects.
Not ideal if you are an artist or designer looking for a desktop application or mobile app to apply styles, as this is a developer tool for building such applications.
Stars
34
Forks
12
Language
JavaScript
License
—
Category
Last pushed
Sep 12, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/deeparteffects/deepart-api-html-js-example"
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...