Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
node-red-contrib-model-asset-exchange
Advanced tools
Node-RED nodes for deep learning microservices from the Model Asset eXchange, providing support for common audio, image, video, and text processing tasks.
To get started follow the comprehensive tutorial or complete the quick start steps listed below.
If you have Docker installed, you can use this Docker image to try out the examples.
Before you can install Node-RED, you'll need a working install of Node.js. We recommend the use of Node.js LTS 8.x or 10.x, as Node-RED no longer supports Node.js 6.x or earlier.
Run the following command in your Node-RED user directory - typically ~/.node-red
to install the node-red-contrib-model-asset-exchange module:
$ cd ~/.node-red
$ npm install node-red-contrib-model-asset-exchange
You can also install the module in the Node-RED editor. Choose ☰ > Manage palette > Install and enter model-asset as the search term.
Launch Node-RED and open the displayed URL in a web browser to access the flow editor.
$ node-red
...
... - [info] Server now running at http://127.0.0.1:1880/
The nodes are displayed in the palette under the Model-Asset-eXchange category.
The node-red-contrib-model-asset-exchange
module includes a couple of example flows to get you started. To import the flows into the workspace:
In the Node-RED editor open ☰ > Import > Examples > model asset exchange.
Select one of the sub-directories to choose between the basic flows in getting started, some more complex examples in beyond the basics, or some flows designed to run on the raspberry pi.
Choose a flow.
Note: The flows utilize nodes from the node-red-contrib-browser-util and node-red-contrib-image-output modules. See the flow description for more details on which nodes are used in a particular example.
You can deploy and run these flows as is. The deep learning nodes in these flows have been pre-configured (service: cloud) to connect to hosted evaluation instances of the deep learning microservices.
Microservice evaluation instances are not suitable for production use. We recommend running microservice instance(s) on your local machine or in the cloud using IBM Cloud Kubernetes, Azure Kubernetes Service, or Google Kubernetes Engine:
http://localhost:5000
)This Node-RED node module supports the following application domains:
Generate captions that describe the contents of images.
Localize and identify multiple objects in a single image.
Detect humans in an image and estimate the pose for each person.
Identify sounds in short audio clips.
Identify objects in images using a third-generation deep residual network.
Identify objects in an image, additionally assigning each pixel of the image to a particular object.
Classify images according to the place/location labels in the Places365 data set.
Note: file inject node in node-red-contrib-browser-utils is useful to test these nodes.
FAQs
Node-RED node for Model Asset eXchange
The npm package node-red-contrib-model-asset-exchange receives a total of 2 weekly downloads. As such, node-red-contrib-model-asset-exchange popularity was classified as not popular.
We found that node-red-contrib-model-asset-exchange demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.