|Build Status|
CloudBrain is a platform for real-time sensor data analysis and
visualization.
.. figure:: https://raw.githubusercontent.com/marionleborgne/cloudbrain/master/docs/images/features.png
:alt: features
Cloudbrain is available for download via PyPI <https://pypi.python.org/pypi/cloudbrain>
_ and may be installed using pip
:
::
pip install cloudbrain
Optional CloudBrain modules can be installed:
pip install cloudbrain[analytics]
Muse <http://www.choosemuse.com>
_ source module: pip3 install cloudbrain[muse]
(Python 3.*
only)pip install .
from the root of the repo.-e
switch:pip install -e .
Analytics modules need to be installed prior to running the tests. See instalation section.
::
python setup.py test
See README.md
in cloudbrain/examples
for more information about
how to use CloudBrain analytics modules.
For more details on CloudBrain, refer to the
wiki <https://github.com/marionleborgne/cloudbrain/wiki>
__.
License
~~~~~~~
|License: AGPL-3|
.. |Build Status| image:: https://travis-ci.org/marionleborgne/cloudbrain.svg?branch=master
:target: https://travis-ci.org/marionleborgne/cloudbrain
.. |License: AGPL-3| image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
:target: https://raw.githubusercontent.com/marionleborgne/cloudbrain/master/LICENSE.md