/GhostDoc

A tool that lets you pseudo-anonymise a document based on the detected PII (Personally Identifiable Information) in the document.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GhostDoc

Instructions

1. Install openjdk

sudo apt install openjdk-21-jdk

2. Create & activate python virtual environment

python -m venv .venv
source .venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Run

python app.py