Inspired from this PyTorch tutorial.
The demo application is currently hosted here.
git clone https://github.com/dkedar7/neural-style-transfer
python -m venv StyleTransfer
StyleTransfer\scripts\activate
MacOS or Linux:
source StyleTransfer/bin/activate
cd style-transfer/
pip install -r requirements.txt
python run.py
Use localhost:8080
to interact with the application.
The demo deployment uses Google Build to containerize the application, Google Container Registry for storing and managing a container and Google Cloud Run to deploy it as a web endpoint.
Neural Style Transfer uses the MIT license.
You need Python 3 to run this application. Other dependencies can be found in the requirements.txt file.