/StreamStyle

Streamlite + neural style transfer

Primary LanguagePython

StreamStyle

 

A web app that allows you to use easily neural style transfer

choose your content image, choose the style and paint it!

 

StremaStyle

photo by the author using Dall-E  

Information about

  • Medium corresponding article: Medium link not yet published

This is the code for the tutorial on how to build and to deploy a web app with streamlit. Contained here is both the code used for pre-processing the data, the pretrained model (trained with TensorFlow, building the app, and to deploy on the cloud.

The app uses an artificial intelligence model to paint the style of an image on another. The user can upload an image (the content), upload a second image (the style) and apply the style on the content image.

The app can be found at this link, you can test yourself:

app

The code is an example of how to use a pretrained model app for neural style transfer

 

License

This project is licensed under the MIT License