This repository contains all code for the front end necessary to run a 3D Regression Heat Map
instance. The local debugging server can be deployed using foreman
, which is a Ruby
gem. The deployment version can be uploaded as a Heroku
app.
The statistical backend can be found in this repository.
- install
foreman
(https://github.com/ddollar/foreman) - navigate to the root folder and launch the local server using
foreman start web
- be sure to have the correct server listings in
config.json
- run
git push heroku master
- scale heroku dynos:
heroku ps:scale web=1
This repository is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International (see LICENCE.md)
I will change the license to http://choosealicense.com/licenses/mit/ as soon as the associated paper gets accepted.