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