titu1994/Neural-Style-Transfer
A Keras implementation of neural style transfer that transfers artistic style from one image to another.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository implements the Neural Style Transfer algorithm from the seminal paper by Gatys et al., using Keras 2.0+. It enables users to apply the artistic style of one image to the content of another, generating stylized images. The implementation includes improvements from follow-up research papers and supports additional features such as color preservation and masked style transfer for selective stylization.