An open API service indexing awesome lists of open source software.

https://github.com/lincnil/cabanon

CabAnon vise à évaluer les performances de différentes techniques d’anonymisation sous la forme de dataviz interactives. Elles évaluent le « coût » de ces techniques en terme de potentiel d’utilisation de jeux de données anonymisées.
https://github.com/lincnil/cabanon

anonymisation d3 datavisualization react

Last synced: about 1 year ago
JSON representation

CabAnon vise à évaluer les performances de différentes techniques d’anonymisation sous la forme de dataviz interactives. Elles évaluent le « coût » de ces techniques en terme de potentiel d’utilisation de jeux de données anonymisées.

Awesome Lists containing this project

README

          

# Cabanon
Cabanon is an experimental visualisation project exploring issues around privacy and anonymisation techniques by visually comparing the results
obtained by anonymising one dataset with different anaonymisation methods.

Built using [React](https://facebook.github.io/react/) and [D3](https://d3js.org/).

## Requirements
- [Node](https://nodejs.org/en/) 6.9.3, or later, required;
- [Npm](https://www.npmjs.com/) 3.10.10, or later, required;

Before running the app, check which version of node and npm are in use. Type `node -v` and `npm -v` in the terminal
or command prompt to do so.

## Running the app
- Run `npm install` to install the required dependencies.
- Run `npm start` to launch locally the app.
- Go to `localhost:8080` in your web browser. The app works with Firefox, Chrome and Safari.