Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 330 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 330 Bytes

PIIed Piper

An application that anonymizes PII(Personal Identifiable Information) details from PDFs.

How to Install

Run the following command:

pip install -r requirements.txt

Run the app

uvicorn app:app --reload

In another terminal, run:

cd frontend
npm start