Skip to content

schriner/CS390_Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Neural Image Style Transfer using a CNN

When writing this lab I used the following as reference: Neural Style Transfer

Dependencies

Install virtualenv

Setup Mac

Clone the Repository.

git clone https://github.com/SchrinerSonya007/CS390_Lab2.git

Create a virtual environment and install python packages.

python3 -m venv <path/where/you/would/like/your/env>
source <path/where/you/would/like/your/env>/bin/activate
cd CS390_Lab2
pip3 install -r requirements.txt

Example Output

Content Image


Style Images


Final Processed Images


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages