AXLEproject / axle-ola-prototype

Prototype implementation of Optimal Lattice Anonymization algorithm for data deidentification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#OLA Prototype

Implementation of Optimal Lattice Anonymization in python using SQLite.

Usage:

python deid.py <source database> <target database>

e.g.

python deid.py data_source.db data_target.db

About

Prototype implementation of Optimal Lattice Anonymization algorithm for data deidentification.

License:Other


Languages

Language:Python 100.0%