This repository contains a streamlit app that generates neural style transfer image from a content and a style image.
Upload content and style image.
Adjust given parameters if you want to and then click on "Generate NST Image" button.
Wait for few minutes while your model is training. You can see cost at iterations.
You got the generated image.
- Python 3.7.3
- streamlit
- tensorflow 2.
- PIL
- Download or git clone this repository
- cmd commands : cd NeuralStyleTransfer_App ----> streamlit run streamlit_GUI.py
- Email: [email protected]
- Project Link: https://github.com/prasadbhatane/NeuralStyleTransfer_App/