Skip to content

Flask-based web app that performs Neural Style Transfer (NST) using TensorFlow Hub. It allows users to upload a content image and a style image, processes them, and returns the stylized image.

License

Notifications You must be signed in to change notification settings

enigmatronix13/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer App

A simple Flask app that allows you to apply Neural Style Transfer (NST) on images using a pre-trained TensorFlow model.

Installation

Clone the repository

git clone https://github.com/enigmatronix13/Neural-Style-Transfer.git
cd Neural-Style-Transfer

Build the Docker image

docker build -t neural-style-transfer .

Run the Docker container

docker run -p 5000:5000 neural-style-transfer

Usage

  1. Open http://127.0.0.1:5000 in your browser.
  2. Upload a content image and a style image.
  3. Download the stylized image after processing.

About

Flask-based web app that performs Neural Style Transfer (NST) using TensorFlow Hub. It allows users to upload a content image and a style image, processes them, and returns the stylized image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published