kgeorgiev42/Style-AI
Implementing the Neural Style Transfer algorithm for creating artistic images and integrating it as a web service with a Flask app.
This project helps artists, designers, and hobbyists transform ordinary photographs into unique artworks. You provide a 'content' image (your photo) and a 'style' image (an artwork or pattern), and the tool generates a new image that combines the content of your photo with the artistic style of the other. The resulting images are saved to your personal gallery, where you can review them.
No commits in the last 6 months.
Use this if you want to experiment with applying artistic styles to your photos without needing to learn complex image editing software.
Not ideal if you require real-time image processing or highly precise control over the stylistic transformation parameters.
Stars
7
Forks
2
Language
JavaScript
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kgeorgiev42/Style-AI"
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...