Skip to content

MauryaQbit/PRODIGY_GA_05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

This project demonstrates Neural Style Transfer, where the artistic style of one image is applied to the content of another image using a pre-trained CNN.

Features

  • Applies artistic style to a content image
  • Uses VGG19 for feature extraction
  • Simple and beginner-friendly implementation

Folder Structure

  • content : input content image
  • style : style image
  • output : generated image

How to Run

pip install -r requirements.txt python style_transfer.py

References

Ref: #1 Neural Transfer Using PyTorch https://pytorch.org/tutorials/advanced/neural_style_tutorial.html

Ref: #2 Neural Style Transfer Tutorial https://www.tensorflow.org/tutorials/generative/style_transfer

Ref: #3 Implementing Neural Style Transfer using PyTorch https://www.geeksforgeeks.org/deep-learning/implementing-neural-style-transfer-using-pytorch/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages