TIM Dashboard is a Hololens data exploration platform developed at New York University. It can be used to ingest new data or to explore data generated using Hololens.
Documentation is available here
The system is currently running at https://dashboard.ptg.poly.edu/.
To deploy the system locally using docker-compose, follow those step:
$ docker-compose build frontend
$ docker-compose up -d frontend
Ports:
- The web interface is at http://localhost:3000
$ docker-compose down