htm-community / NAB

The Numenta Anomaly Benchmark
GNU Affero General Public License v3.0
3 stars 3 forks source link

Panda vis implementation #33

Closed Zbysekz closed 4 years ago

Zbysekz commented 4 years ago

HTM core detector py file copied and prepared for use with pandaVis Disussed here

Zbysekz commented 4 years ago

Ok so i added setup.py into HTMpanda repo, that installs the PandaComm package that the server (user custom scripts) will use. The readme in panda repo is also updated. I think this is the best solution for now. No need to use pip (test.pypi) since the client app is run directly as python code and this i want to keep for now. Becouse of that, user need to git clone repo anyways, so running setup.py for installing pandaComm package is not additional big effort.

Zbysekz commented 4 years ago

Ready to be merged, bumping reference: https://github.com/htm-community/htm.core/issues/792