Skip to content

Instantly share code, notes, and snippets.

View harthur's full-sized avatar

Heather Arthur harthur

View GitHub Profile
@harthur
harthur / ml-in-js.md
Created May 13, 2014 19:01
Machine Learning JS libraries
from hermes_python.hermes import Hermes
from display import SenseDisplay
from celestial import Celestial
from strings import CelestialStrings
MQTT_IP_ADDR = "localhost"
MQTT_PORT = 1883
MQTT_ADDR = "{}:{}".format(MQTT_IP_ADDR, str(MQTT_PORT))
class CelestialApp: