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

https://github.com/roboflow/roboflow-red

A visual way to interact with computer vision using Node-RED
https://github.com/roboflow/roboflow-red

node-red

Last synced: over 1 year ago
JSON representation

A visual way to interact with computer vision using Node-RED

Awesome Lists containing this project

README

          

# roboflow-red
A visual way to interact with computer vision using Node-RED

`roboflow-red` is an extension to Node-RED a visual programming interface, designed to make it easier to integrate computer vision into everyday workflows. From home automation to business use cases, you can now easily harness the power of machine learning to empower your devices.

`roboflow-red` is simple to use by design. It has two nodes, `inference` and `upload`. You can use `roboflow-red` with any model trained on or uploaded to [Roboflow](https://roboflow.com/).

## Examples

Check out our example flow by uploading the JSON [here](https://github.com/stellasphere/roboflow-red/blob/main/examples/licenseplate.json) to Node-RED!

## Documentation

Unless stated otherwise, all inputs are from `msg.payload`.

## Inference
inference node

Use this node to infer on your Roboflow models.

## Upload
upload node

Use this node to upload images to your Roboflow projects.