Fully offline privacy audit tool with ML-powered PII detection.
privacylens/
├── frontend/ # React UI
├── backend/ # Python FastAPI
├── electron/ # Electron main & IPC
├── docs/ # Documentation
└── assets/ # Shared assets (ML models, test data)
See DEVELOPMENT.md for setup instructions.
PrivacyLens loads local model files from backend/assets/models/ at demo time.
download_model.py also mirrors the ONNX file to assets/models/ for acceptance checks.
Those generated binaries are not committed to git because they are large.
From backend/, regenerate them with:
.\venv\Scripts\python.exe download_model.py
.\venv\Scripts\python.exe test_onnx_inference.py
Package backend/assets/models/ with the offline demo build.
Python
59.2%
JavaScript
32.5%
CSS
8.2%
Fully offline privacy audit tool with ML-powered PII detection.
privacylens/
├── frontend/ # React UI
├── backend/ # Python FastAPI
├── electron/ # Electron main & IPC
├── docs/ # Documentation
└── assets/ # Shared assets (ML models, test data)
See DEVELOPMENT.md for setup instructions.
PrivacyLens loads local model files from backend/assets/models/ at demo time.
download_model.py also mirrors the ONNX file to assets/models/ for acceptance checks.
Those generated binaries are not committed to git because they are large.
From backend/, regenerate them with:
.\venv\Scripts\python.exe download_model.py
.\venv\Scripts\python.exe test_onnx_inference.py
Package backend/assets/models/ with the offline demo build.
Python
59.2%
JavaScript
32.5%
CSS
8.2%