/nupic.vision

Tools for using Numenta/nupic on visual problems like image recognition.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nupic.vision

This tool kit is intended to help people who are interested in using Numenta's nupic on vision related problems.

There are several examples of how this tool kit can be used in the nupic.vision directory. The simplest is demo.py which can be run by typing this:

python demo.py

Other examples include:

train_and_test.py

parameter_search.py

sp_capacity.py

Dependencies

  • pip
  • python 2.7
  • pip install nupic numpy Pillow

export PYTHONPATH=$PYTHONPATH:$PWD