Code Monkey home page Code Monkey logo

node-red-contrib-tjbot's Introduction

TJBot Node-RED nodes

Node-RED nodes that can be used with the TJBot running on a Raspberry Pi.

Nodes include:

  • analyze tone - analyzes the tone (emotion, language, and social tones) of the payload using the Watson Tone Analyzer service
  • converse - analyzes natural language using the Watson Conversation service
  • listen - uses the connected microphone to transcribe speech using Watson Speech to Text service
  • see - classifies a photo taken using the camera via Watson Visual Recognition service
  • shine - controls the LED to shine a color
  • speak - uses the connected speaker to play speech from the Watson Text to Speech service
  • take photo - captures a photo taken using the camera
  • translate - translates content via the Watson Language Translator service
  • wave - controls the servo to wave the arm

Installation

cd nodes
git clone https://github.com/jeancarl/node-red-contrib-tjbot
cd node-red-contrib-tjbot
npm install
sudo node-red

The TJBot requires running Node-RED via sudo.

sudo node-red

This may use the Settings file at /root/.node-red/settings.js. Modify the file with the following to point back to the original Node-RED directory (under the user pi):

    // By default, all user data is stored in the Node-RED install directory. To
    // use a different location, the following property can be used
    userDir: '/home/pi/.node-red/',

    // Node-RED scans the `nodes` directory in the install directory to find nodes.
    // The following property can be used to specify an additional directory to scan.
    nodesDir: '/home/pi/.node-red/nodes',

Contributions

Contributions and enhancements are welcomed. Please create a pull request.

node-red-contrib-tjbot's People

Contributors

jeancarl avatar

Watchers

James Cloos avatar Shoichiro Sakaigawa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.