Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Neural Style Transfer

This project implements Neural Style Transfer (NST) using Adaptive Instance Normalization (AdaIN).
The encoder is based on VGG, and the decoder reconstructs the stylized image.


🚀 Features

  • Upload a content image and a style image.
  • Generates a new image that preserves the content of the first image while adopting the style of the second.
  • Uses AdaIN for flexible style transfer.
  • Encoder: VGG network pretrained on ImageNet.

📂 How It Works

  1. Content image → passed through VGG encoder.
  2. Style image → also passed through VGG encoder.
  3. AdaIN aligns the statistics (mean & variance) of content features to style features.
  4. Decoder reconstructs the stylized image.

Glimpses from app

Screenshot 2026-05-25 061309 Screenshot 2026-05-25 061324 Screenshot 2026-05-25 081623 Screenshot 2026-05-25 081637

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages