Data Visualizer
Install dependencies
Install node.js, yarn, python ≥ 3.6, and pip.
Then, to install node dependencies, run
yarn install
To install python dependencies, run
pip intall flask flask-cors
Run The App
To run the app
export DATASET_ROOT=<dataset_dir>
yarn serve
It will run the app on http://localhost:3000.