Skip to content

Implementing Fast Neural Style Transfer using a TensorFlow Hub model

Notifications You must be signed in to change notification settings

lilNewbie/Fast-Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Neural Style Transfer 🖼👨‍🎨

This project consists of a Flask Application that implements Fast Neural Style Transfer using a TensorFlow Hub Model.

Documentation

Read the paper on Fast Neural Style Transfer here

Run Locally

The following libraries are required to run locally

  • Flask
  • TensorFlow 2.x
  • TensorFlow Hub
  • OpenCV
  • Werkzueg
  • Numpy, OS

Clone the project

  git clone https://github.com/lilNewbie/Fast-Neural-Style-Transfer.git

Go to the project directory

  cd Fast-Neural-Style-Transfer

Feel free to use a virtual environment too

  pip install -r requirements.txt

Run main.py

  flask --app main run

Demo

After uploading the images we get

(PS : The CSS could be better)

⚠Warning

Image sizes > 1 MB are not supported

About

Implementing Fast Neural Style Transfer using a TensorFlow Hub model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published