Skip to content

a website where you can style your photo to any style using a neural network

Notifications You must be signed in to change notification settings

End-rey/stylize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stylize WebSite

On this site you can apply styles (even your own) to any your images

How to run on your computer

In folder ./frontend run:

npm install
npm start

Then in folder ./backend create virtual environment:

python -m venv venv

Activate environment:

.\venv\Script\activate

Then install all requirenments:

pip install -r .\requirements.txt

And then start server on port 8000:

uvicorn main:app --port=8000

The site is now available at: "http://localhost:3000"

About

a website where you can style your photo to any style using a neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published