Style Transfer Playground

style_transfer

Live demo

In the making

Run locally

It is recommended you create a virtual environment for installing the dependencies in this repository.

  1. Clone this repository git clone https://github.com/jankounchained/style-transfer-playground.git
  2. Create a virtual environment cd style-transfer-playground && python3 -m venv ENV_NAME
  3. Activate virtual environment source ENV_NAME/bin/activate
  4. Install requirements LINUX: pip install -r requirements.txt, or MACOS: pip install -r requirements_macos.txt
  5. Run the app with streamlit run Intro.py