Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.7 KB

codebeat badge

Image Styler

Image Styler changes the image selected by the user by applying one of the proposed styles to it using a neural network.

App Store

Screenshots

iOS MacOS
iOS MacOS

Requirements

  • Xcode 11
  • Swift 5
  • iOS 13
  • MacOS 10.15

For model training

How to train own model

For training, the TuriCreate framework is used. To train your own model you need:

  1. Move your styles images to style folder.
  2. Move the training dataset into content folder. Photos should be similar to those that you will use in the application to apply style. I used for training a selfie dataset.
  3. [Optional] Move the test dataset into test folder.
  4. Run this script script to start training.

Remember to change the styles data in the application.