Skip to content

dreamfavel/style_transfer_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

style_transfer_app

Web application for matching style from one image to other using FastNST

Required Python > 3.7 To run locally you need

cd style_transfer_app
python3 -m virtualenv myvenv
source myvenv/bin/activate
pip install -r requirements.txt
python app.py

if python3 -m virtualenv myvenv will not working, you need to run python3 -m pip install virtualenv

About

Web application for matching style from one image to another using FastNST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published