This repository holds an example application using Streamlit to execute a basic neural style transfer via pystiche. The primary purpose is as a learning exercise to compare Streamlit to Jupyter notebooks. However, it's also handy as a quick UI for executing transfers.
After installing prerequisites, start the UI with this command:
streamlit run --server.headless True --server.address "0.0.0.0" transfer.py