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
- Host: GitHub
- URL: https://github.com/imagej/imagej-tensorflow
- Owner: imagej
- License: other
- Created: 2017-07-12T17:25:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T15:07:52.000Z (about 1 year ago)
- Last Synced: 2025-05-17T16:20:00.987Z (about 1 year ago)
- Language: Java
- Homepage: https://imagej.net/libs/tensorflow
- Size: 205 KB
- Stars: 25
- Watchers: 13
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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.