Skip to content

alfonsserra/tensorflow-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Recognition using TensorFlow and Java

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

Getting Started

To get you started you can simply clone the tensorflow-test repository and install the dependencies:

Prerequisites

You need git to clone the tensorflow-test repository.

You will need Java™ SE Development Kit 8 and Maven.

Clone tensorflow-test

Clone the tensorflow-test repository using git:

git clone https://github.com/systelab/tensorflow-test.git
cd tensorflow-test

Install Dependencies

In order to install the dependencies you must run:

mvn install

Run:

Specify the model and the images to test in the source code and then run TensorflowTest from your IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages