/mindful

Intelligent therapeutic music system for Alzheimer patients - Random Hacks of Kindness - Hackathon - 1-2 Dec 2012

Primary LanguageJavaScript

Mindful Music

http://www.youtube.com/watch?v=EgNLLelQYwI

Getting up and running

  • Install latest Python
    • OSX: brew install python; make sure your $PATH contains /usr/local/bin first!
  • Install pip (if it wasn't bundled with python)
  • Install the dependencies: pip install -r requirements.txt
  • Download the DB: [Instructions pending]
  • Run the server: python manage.py runserver