Image Styler changes the image selected by the user by applying one of the proposed styles to it using a neural network.
iOS | MacOS |
---|---|
- Xcode 11
- Swift 5
- iOS 13
- MacOS 10.15
- Python 3.6
- TuriCreate
For training, the TuriCreate framework is used. To train your own model you need:
- Move your styles images to style folder.
- 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.
- [Optional] Move the test dataset into test folder.
- Run this script script to start training.
Remember to change the styles data in the application.