1.0.2 • Published 3 years ago

node-red-contrib-giant v1.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
3 years ago

English

This module for Node-RED contains a set of nodes that offer the possibility of interacting with some machine learning classifiers. These nodes use python for the implementation of the classifiers.

Pre-requisites

Node-RED needs to be installed Install python and the following libraries:

Install

To install the latest version use the Menu - Manage palette option and search for node-red-contrib-giant, or run the following command in your Node-RED user directory (typically ~/.node-red):

npm i node-red-contrib-giant

Usage

Here are some usage examples: 1) Create dataset 2) Basic example

Español

Este módulo para Node-RED contiene un conjunto de nodos que ofrecen la posiblidad de interactuar con algunos clasificadores de machine learning. Estos nodos utilizan python para la implementación de los clasificadores.

Prerrequisitos

Se necesita tener instalado Node-RED Instalar python y las siguientes librerías:

Instalar

Para instalar la última versión, use la opción Menú - Administrar paleta y busque node-red-contrib-giant, o ejecute el siguiente comando en su directorio de usuario Node-RED (generalmente ~ / .node-red):

npm i node-red-contrib-giant

Uso

A continuación se muestran algunos ejemplos de uso:

1) Crear dataset 2) Ejemplo básico