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
- Host: GitHub
- URL: https://github.com/roboflow/roboflow-red
- Owner: roboflow
- Created: 2023-08-24T03:00:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T14:35:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T02:56:13.681Z (over 1 year ago)
- Topics: node-red
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Use this node to infer on your Roboflow models.
## Upload

Use this node to upload images to your Roboflow projects.