Skip to content

Tensorflow Java tutorial

Zoltán Szabó edited this page Mar 19, 2018 · 2 revisions

This repository contains an example application written with TensorFlow Java API by using YOLOv2 as model and Gradle as build and dependency management tool.

This application contains two main parts:

  • servers side application written with Spring Framework
  • web based user interface

Here you can see a screenshot about the detection page:

TensorFlow Java API object detection page

Compile and run

To compile and run the project please see the full description on the Tensorflow Java Tutorial page.

Demo application

You can also try it out, this project is accessible on the following links:

Clone this wiki locally