ryanjmccall / numenta-apps

rmccall84/numenta-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the umbrella project for all of the components that make up the Numenta product-line.

Installation

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

Licenses

Each code directory defined below contains its own LICENSE.txt file and defines program dependencies within a DEPENDENCIES.md file.

Main Products

HTM-IT

See http://numenta.com/htm-it.

/htm.it

AWS/Cloudwatch integration for HTM Engine.

Languages: Python, JavaScript, HTML

/htm-it-mobile

HTM-IT mobile client.

Languages: Java

HTM-IT for Stocks

Code name: Taurus. Application for tracking company data.

/taurus

Server-side code for Taurus.

Languages: Python

/taurus-mobile

HTM-IT for Stocks mobile client.

Languages: Java

/taurus_metric_collectors

Custom metric collectors for HTM-IT for Stocks data providers.

Languages: Python

/taurus_monitoring

Monitoring scripts and related utilities for monitoring HTM-IT for Stocks (Code name: Taurus).

Languages: Python

Unicorn

/unicorn

Cross-platform Desktop Application to demonstrate basic HTM functionality to users using their own data files.

Languages: Javascript, Python

Support Code

/nta.utils

Shared python package with common utility functions for boilerplate configuration, logging, and other common operations.

Languages: Python

/htmengine

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

/mobile-core

Shared library used in taurus-mobile and htm-it-mobile mobile applications.

Languages: Java

Need Help?

File an issue in the main numenta-apps repository.

About

rmccall84/numenta-apps


Languages

Language:Python 37.3%Language:JavaScript 27.8%Language:Java 14.6%Language:Shell 8.9%Language:HTML 5.2%Language:Swift 3.4%Language:Objective-C 0.9%Language:SaltStack 0.9%Language:CSS 0.4%Language:Ruby 0.2%Language:Makefile 0.1%Language:Smarty 0.1%Language:PowerShell 0.1%Language:Mako 0.1%Language:Perl 0.0%