Skip to content

CSKrishnan/NeuralStyleTransfer1

Repository files navigation

Neural Style Transfer

This project is primarily a React-based mobile application with a backend Flask server that uses Artistic Style Transfer to stylize images using Convolutional Neural Networks. It has made use of Tensorflow for the MobileNetv2 model for the fast arbitrary image stylization and react-native for the development of the mobile application.

Block diagram

Requirements

To run the app:

  • run the flask server
    • go to the root directory
    • execute flask run --host=0.0.0.0
  • start the react-native application
    • go to the root directory
    • execute react-native run-android --no-jetifier

Sample screenshot

stylized image

References

  1. Justin Johnson, Alexandre Alahi, Li Fei-Fei “Perceptual Losses for Real-Time Style Transfer and Super-Resolution”
  2. Leon A. Gatys, Alexander S. Ecker, Matthias Bethge “A Neural Algorithm of Artistic Style”
  3. TFLite StyleTransfer using MobileNetV2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages