I have around 100,000 images that represent Music Artwork and I am trying to modify the Android Tensorflow example following
https://jalammar.github.io/Supercharging-android-apps-using-tensorflow/
and the project
https://github.com/miyosuda/TensorFlowAndroidDemo
I think I need to create a new TensorFlow graph like tensorflow_inception_graph.pb , but I am wondering if there is any easy way to train and create a graph like that, just like drag and drop the images and get the file after few hours and then just integrate?
Can someone describe a bit the steps needed to achieve this task?