This is the umbrella project for all of the components that make up the Numenta product-line.
All python packages include a setuptools-compatible setup.py with which the package may be installed. For example, to install in developer mode (recommended), you may run the following commands:
pushd <project>
python setup.py develop --install-dir=<site-packages in $PYTHONPATH> --script-dir=<somewhere in $PATH>
popd
Or, if you prefer pip:
pip install --editable --user <project>
You can see coverage across multiple projects as follows:
py.test --cov nta.utils --cov htmengine --cov taurus taurus_engine/tests/unit htmengine/tests/unit nta.utils/tests/unit
Each code directory defined below contains its own LICENSE.txt
file and
defines program dependencies within a DEPENDENCIES.md
file.
See http://numenta.com/htm-it.
AWS/Cloudwatch integration for HTM Engine.
Languages: Python, JavaScript, HTML
HTM-IT mobile client.
Languages: Java
Code name: Taurus. Application for tracking company data.
Server-side code for Taurus.
Languages: Python
HTM-IT for Stocks mobile client.
Languages: Java
Custom metric collectors for HTM-IT for Stocks data providers.
Languages: Python
Monitoring scripts and related utilities for monitoring HTM-IT for Stocks (Code name: Taurus).
Languages: Python
Cross-platform Desktop Application to demonstrate basic HTM functionality to users using their own data files.
Languages: Javascript, Python
Shared python package with common utility functions for boilerplate configuration, logging, and other common operations.
Languages: Python
HTM Engine Framework upon which HTM-IT and HTM-IT for Stocks are built. Implements basic infrastructure for receiving data and running models, including support for custom metrics.
Languages: Python
Shared library used in taurus-mobile and htm-it-mobile mobile applications.
Languages: Java
File an issue in the main numenta-apps repository.