Metadata-Version: 2.1
Name: arus
Version: 0.0.3
Summary: Activity Recognition with Ubiquitous Sensing
Home-page: https://github.com/qutang/arus
Keywords: ubiquitous computing,activity recognition,sensing,data processing,machine learning
Author: qutang
Author-email: tqshelly@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: matplotlib (>=3.1,<4.0)
Requires-Dist: numpy (>=1.17,<2.0)
Requires-Dist: pandas (>=0.25.1,<0.26.0)
Requires-Dist: pathos (>=0.2.5,<0.3.0)
Requires-Dist: scipy (>=1.3,<2.0)
Project-URL: Repository, https://github.com/qutang/arus
Description-Content-Type: text/markdown

## Overview

ARUS python package provides a set of functional APIs and classes to manage and process ubiquitous sensory data for activity recognition.

## Get started

### Prerequists

```bash
python >= 3.6
pipenv >= 2018.11.26
```

### Installation

```bash
> pip install git+https://github.com/qutang/arus.git#egg=arus
```

or with `pipenv`

```bash
> pipenv install git+https://github.com/qutang/arus.git#egg=arus
```

