An open API service indexing awesome lists of open source software.

https://github.com/imagej/imagej-tensorflow

ImageJ/TensorFlow integration library
https://github.com/imagej/imagej-tensorflow

Last synced: 9 months ago
JSON representation

ImageJ/TensorFlow integration library

Awesome Lists containing this project

README

          

[![](https://github.com/imagej/imagej-tensorflow/actions/workflows/build-main.yml/badge.svg)](https://github.com/imagej/imagej-tensorflow/actions/workflows/build-main.yml)

# [ImageJ](https://imagej.net/) + [TensorFlow](https://www.tensorflow.org) integration layer

This component is a library which can translate between ImageJ images and
TensorFlow tensors.

It also contains a demo ImageJ command for classifying images using a
TensorFlow image model, adapted from the [TensorFlow image recognition
tutorial](https://www.tensorflow.org/tutorials/image_recognition).

## Quickstart

```sh
git clone https://github.com/imagej/imagej-tensorflow
cd imagej-tensorflow
mvn -Pexec
```

This requires [Maven](https://maven.apache.org/install.html). Typically `brew
install maven` on OS X, `apt-get install maven` on Ubuntu, or [detailed
instructions](https://maven.apache.org/install.html) otherwise.