Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 716 Bytes

Neural style transfer App

Convert images in the gallery into a flower that you learned by deep learning (Currently only Van Gogh available)

갤러리에 있는 이미지를 딥러닝으로 학습시킨 화풍으로 변환 (현재 고흐만 가능)

Demo

Usage

  1. Run server
git clone [email protected]:thisisiron/neural-style-transfer-app.git
cd neural-style-transfer-app
cd server
python manage.py runserver
  1. Build Android (Open ArtistsFilter dir in Android Studio)

Reference

Neural Style Transfer with OpenCV