This small demo was written in Java to recognize objects in images and classify it using Inception models.
The pre-trained Inception V3 model can be downloaded from here https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip
To get you started you can simply clone the tensorflow-test
repository and install the dependencies:
You need git to clone the tensorflow-test
repository.
You will need Java™ SE Development Kit 8 and Maven.
Clone the tensorflow-test
repository using git:
git clone https://github.com/systelab/tensorflow-test.git
cd tensorflow-test
In order to install the dependencies you must run:
mvn install
Specify the model and the images to test in the source code and then run TensorflowTest from your IDE.