Skip to content

This project features Image Style Transfer using the VGG19 neural network. Style transfer merges the artistic style of one image with the content of another. Leveraging the powerful VGG19 convolutional neural network, it excels in image-related tasks.

Notifications You must be signed in to change notification settings

PraveenLiyanage/Image-Style-Transfer-VGG19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Image Style Transfer with VGG19.

Overview

This repository contains an implementation of Image Style Transfer using the VGG19 neural network. Style transfer is a technique that allows you to apply the artistic style of one image to another image while preserving its content. VGG19 is a deep convolutional neural network that has shown excellent performance in image-related tasks.

Prerequisites

  • torch
  • torchvision
  • Pillow (PIL)
  • matplotlib

Combination and Predicted Final Result

combined

Installation

To get started, clone this repository:

git clone https://github.com/PraveenLiyanage/Image-Style-Transfer-VGG19.git
cd Image-Style-Transfer-VGG19

Install Dependancies

pip install torch torchvision Pillow matplotlib

About

This project features Image Style Transfer using the VGG19 neural network. Style transfer merges the artistic style of one image with the content of another. Leveraging the powerful VGG19 convolutional neural network, it excels in image-related tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published