htmengine-traffic-tutorial
htmengine-traffic-tutorial copied to clipboard
HTM Engine example application: live NYC traffic anomaly detection.
When starting supervisor, all services start ok except for anommaly_service which fails. When looking at the log, says this : Fatal Python error: PyThreadState_Get: no current thread various times. Moreover...
Hi, I'm trying to run htmengine-traffic-tutorial using a dockerized environment, I'm using docker-compose to fire up 3 containers: 1. mysql-server 2. rabbitmq 3. htmengine-traffic-tutorial based on dockerhub numenta/nupic image I'm...
After setting up the python engine configuration and running `webapp.py`, I run: ``` npm install . npm start ``` I can access localhost:8083 but opening the browser console reveals that...