All Projects → tspannhw → Nifi Tensorflow Processor

tspannhw / Nifi Tensorflow Processor

Example Tensorflow Processor using Java API for Apache NiFi 1.2 - 1.9.1+

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Nifi Tensorflow Processor

neural-dream
PyTorch implementation of DeepDream algorithm
Stars: ✭ 110 (+214.29%)
Mutual labels:  inception
SimpleInceptionV3-ObjC
A simple image classification test using Core ML and Inception V3 model in Objective-C
Stars: ✭ 22 (-37.14%)
Mutual labels:  inception
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: ✭ 491 (+1302.86%)
Mutual labels:  inception
acl2020-interactive-entity-linking
No description or website provided.
Stars: ✭ 26 (-25.71%)
Mutual labels:  inception
DeepDream
Generative deep learning: DeepDream
Stars: ✭ 17 (-51.43%)
Mutual labels:  inception
Inceptiontime
InceptionTime: Finding AlexNet for Time Series Classification
Stars: ✭ 311 (+788.57%)
Mutual labels:  inception
tf-imagenet
TensorFlow ImageNet - Training and SOTA checkpoints
Stars: ✭ 50 (+42.86%)
Mutual labels:  inception
Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+1957.14%)
Mutual labels:  inception
tensorflow-retrain-sample
A sample for tensorflow retraining
Stars: ✭ 25 (-28.57%)
Mutual labels:  inception
Autoops
linux资产管理,cmdb,django, webssh,运维管理平台,数据库操作平台 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 340 (+871.43%)
Mutual labels:  inception
metrics
IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.
Stars: ✭ 91 (+160%)
Mutual labels:  inception
i3d-tensorflow
Inflated 3D ConvNets for video understanding
Stars: ✭ 46 (+31.43%)
Mutual labels:  inception
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (+797.14%)
Mutual labels:  inception
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (-28.57%)
Mutual labels:  inception
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+1528.57%)
Mutual labels:  inception
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+0%)
Mutual labels:  inception
Tensorflow Model Zoo.torch
InceptionV3, InceptionV4, Inception-Resnet pretrained models for Torch7 and PyTorch
Stars: ✭ 280 (+700%)
Mutual labels:  inception
Goinception
一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
Stars: ✭ 905 (+2485.71%)
Mutual labels:  inception
Senet Tensorflow
Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)
Stars: ✭ 682 (+1848.57%)
Mutual labels:  inception
Gather Deployment
Gathers scalable tensorflow and infrastructure deployment
Stars: ✭ 326 (+831.43%)
Mutual labels:  inception

nifi-tensorflow-processor

Example Tensorflow Processor using Java API for Apache NiFi 1.2+

Example using out of box TensorFlow Java example with NiFi

Article detailing creation, building and usage https://community.hortonworks.com/content/kbentry/116803/building-a-custom-processor-in-apache-nifi-12-for.html

Currently simple classification models are supported. The model directory should have a file graph.pb containing a tensorflow graph, and a label.txt file containing labels by index of the output classes of the graph. The model must also have a variable called input which expects as Image tensor, and a output variable which stores a tensor of label index and probability.

This is a clean update for TensorFlow 1.6. This takes a flow file as an image

JPG, PNG, GIF

Updated TensorFlowProcessor to TF 1.6. Added more tests. More cleanup. Top 5 returned in clean naming.

Install to /usr/hdf/current/nifi/lib/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].