Transform your photos into stunning artwork by combining them with famous painting styles using deep learning (Neural Style Transfer) — all inside a modern web interface built with Flask.
Upload a content image and a style image
Generate a stylized output image using PyTorch & VGG19
Modern Bootstrap-based UI
Responsive layout and image previews (Making it adjust for different screensizes)
Built with ❤️ by Fairoz Ahmad Sheikh
Backend: Python, Flask, PyTorch
Frontend: HTML, Bootstrap 5
Model: VGG19 (pretrained on ImageNet)
git clone https://github.com/FairozAhmadSheikh/NeuroPalette.git
cd artstyle-transfer-app
pip install -r requirements.txt
python app.py
Then open http://localhost:5000 in your browser.
GitHub: @FairozAhmadSheikh
Instagram:@ahmmadferoz
LinkedIn: linkedin.com/in/yourprofile
Thanks For Your Intest Pull Requests are Always Welcome