This project implements Visual Style Transfer using PyTorch to blend the content of one image with the artistic style of another.
It now features a clean and interactive Streamlit UI, allowing users to upload their own images and see the results in real-time, without needing to run any code locally.
Try it now on Streamlit Cloud:
🔗 Click here to launch the app
- Upload any content image and style image
- Stylized output is generated and displayed instantly
- “🔍 View Full Image” button to open output in a new tab
- Works fully in-browser with no setup required
- Python 3.10+
- PyTorch
- Torchvision
- PIL (Pillow)
- Streamlit