Skip to content

sanjayh-2022/PiiCrunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIICrunch API

PIICrunch is an application designed to redact sensitive information from government-issued documents like Aadhar cards, passports, voter IDs, driving licenses, and social security cards. It automatically identifies and removes personally identifiable information (PII), such as names, addresses, and IDs. Users can customize the redaction process to target specific information. The tool operates on an Encrypt-Transfer-Store (ETS) model, ensuring no files are stored after processing. PIICrunch prioritizes privacy and security, providing a safe way to handle sensitive documents.

Demo video link: https://youtu.be/Z5BfUAkUTO4?si=Nd-Yi2fsGQ9I4Cyf

🛠️ Getting Started

1. Clone the Repository

git clone https://github.com/sanjayh-2022/PiiCrunch

Navigate to the project directory:

cd PiiCrunch

Install dependencies:

npm i

Run Locally

Start the development server :

node app.js

For setting up the api

The backend api has a separate setup process. Refer to the README file for detailed instructions.

License

This project is licensed under the MIT License. See LICENSE for more details