Skip to content

Instantly share code, notes, and snippets.

@anakaiti
Last active January 2, 2019 04:30
Show Gist options
  • Save anakaiti/711e96c902a5c93246f4da8db169c9f0 to your computer and use it in GitHub Desktop.
Save anakaiti/711e96c902a5c93246f4da8db169c9f0 to your computer and use it in GitHub Desktop.
init.sh
#!/usr/bin/env bash
pip install -q gdown
mkdir in out models
gdown -q --id 1hs1PVezw0pFP6dHxDon39iGFzMrqJf18
tar xf fast-style-transfer.tar -C models
wget -qP in "https://my.mixtape.moe/ajvgpk.jpeg"
git clone -q https://github.com/lengstrom/fast-style-transfer.git
mv fast-style-transfer/* .
rm -rf fast-style-transfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment