RongLiu-Leo/IPST
Instant Photorealistic Style Transfer
This tool transforms the visual style of a regular photo or video to match a chosen "style image" while keeping the original image's realistic appearance. You input a content image (or video) and a style image, and it outputs a new image (or video) with the artistic flair of the style image applied. It's ideal for visual artists, content creators, or anyone looking to creatively re-imagine their visual media.
Use this if you want to quickly and easily apply the photorealistic style of one image to another image or an entire video, maintaining consistency across frames.
Not ideal if you need highly abstract or non-photorealistic artistic effects, as this tool prioritizes realism.
Stars
29
Forks
5
Language
Python
License
—
Category
Last pushed
Feb 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/RongLiu-Leo/IPST"
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...