Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.13 KB

Behavior Modeler for LIvES

Be[e]havior Modeler (Beemo) is an AngularJS project designed to apply a k-means clustering analysis to visualize trends in participant and coach behavior within the LIvES Project. Beemo utilizes a Django REST Framework backend and d3.js to visualize the data via cmaurer's nvd3 angular directives.

Dependencies

Beemo relies heavily on several frameworks and package managers, but the system dependencies are as follows:

Installing Python Dependencies with pip:

~ $ pip install -r requirements.txt

Installing JavaScript Dependencies:

#               _
#  __ ___ _ __ (_)_ _  __ _   ___ ___  ___ _ _
# / _/ _ \ '  \| | ' \/ _` | (_-</ _ \/ _ \ ' \ _ _ _
# \__\___/_|_|_|_|_||_\__, | /__/\___/\___/_||_(_|_|_)
#                     |___/

Setup

Coming soon...