Code Monkey home page Code Monkey logo

numenta-apps's Introduction

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/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

Grok

See http://numenta.com/grok.

/grok

AWS/Cloudwatch integration for HTM Engine.

Languages: Python, JavaScript, HTML

/grok-mobile

Grok mobile client.

Languages: Java

Grok for Stocks

Code name: Taurus. Application for tracking company data.

/taurus

Server-side code for Taurus.

Languages: Python

/taurus.metric_collectors

Custom metric collectors for Grok for Stocks data providers.

Languages: Python

/taurus-mobile

Grok for Stocks mobile client.

Languages: Java

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 Grok and Grok 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 grok-mobile mobile applications.

Languages: Java

numenta-apps's People

Contributors

jaredweiss avatar lscheinkman avatar oxtopus avatar scottpurdy avatar tomsilver avatar unixorn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.