https://github.com/radical-data/security-vision-3d
A 3D network visualisation of biometric AI data collected through the Security Vision project.
https://github.com/radical-data/security-vision-3d
Last synced: about 1 year ago
JSON representation
A 3D network visualisation of biometric AI data collected through the Security Vision project.
- Host: GitHub
- URL: https://github.com/radical-data/security-vision-3d
- Owner: radical-data
- Created: 2022-03-08T18:56:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T21:04:30.000Z (about 3 years ago)
- Last Synced: 2025-04-04T17:51:50.980Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29.8 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Security Vision 3D
> A 3D network visualisation of biometric AI data collected through the Security Vision project.
## Quickstart
1. Go to project: `cd ./security-vision-3d`
2. Initialise the project: `yarn`
3. Bundle the code (this builds the `dist/bundle.js` file):
1. If you want to build the project, run `yarn build`.
2. If you want to develop the project, running `yarn watch` will have changes to the code alter the view.
4. You can view the project by opening `index.html` in your browser.
## Update data
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`.