/health-engine

Health Engine Web Service

Primary LanguagePython

Health Engine

A recommendation system for wearable health devices. Takes a number of inputs through a REST service and provides health recommendations.

Getting Started

pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
foreman start