A 3D network visualisation of biometric AI data collected through the Security Vision project.
- Go to project:
cd ./security-vision-3d
- Initialise the project:
yarn
- Bundle the code (this builds the
dist/bundle.js
file):- If you want to build the project, run
yarn build
. - If you want to develop the project, running
yarn watch
will have changes to the code alter the view.
- If you want to build the project, run
- You can view the project by opening
index.html
in your browser.
This repository has a sister repository, securityvisionr, for getting and cleaning the data from the Security Vision database. It creates a file, wiki.json
that should be placed in security-vision-3d/data
.