This is an application based on android platform, to get the flavour of artificial intelligence in the world of art. There is lot of research going on this area & lots of Paper published. This is basically the implementation of “A neural algorithm of artistic style” which uses “Generative Adversarial Neural Network” to generate the images with Mixed style of given input. check my blog on this for further understanding.
Goals of this attempt was to create the application for real-time video & image style Transfer.
But, we only manage to apply it on images, which is not real-time but gives smooth Processed images
https://www.youtube.com/watch?v=qtmmXNjGEYI
- Provided .apk file to directly install in android phone(pass: monademry, if ask any)
- To build & run the code import android folder in android studio & then run it
- Supports Android 5.0 and above (better performance in nougat & above)
- Google api 25 & above
- Renderscript framework developed by android to run computationally intensive task.
- Convolutional Neural Network to implement the artistic style transfer method using renderscript & its java api
- Android studio interface to integrate this all with gui
- https://github.com/mtmd/Mobile_ConvNet
- Google android developer renderscript documentation https://developer.android.com/guide/topics/renderscript/compute.html
- https://github.com/hwalsuklee/tensorflow-style-transfer
- https://arxiv.org/abs/1508.06576