A tool to use simple pattern matching to quickly identify important information in a privacy policy and provide sources to more information.
- Quickly and accurately reads most privacy policies
- Provides sources and doesn't use AI to avoid innacurate information
- Easy to use report back page allowing you to quickly navigate the document, skim the fat, and find the important bits
Plain Javascript, Express for the server, and EJS for templating, and a splash of css.
- NodeJS
- NPM
- git
- clone the repository with
git clone [https://github.com/Cae-lim/privreader.git](https://github.com/Cae-lim/privreader.git) - cd into the repo with
cd privreader - run
npm ito install dependencies - use
npm run startto run - alternatively, you can use
npm run devto run the server in dev mode, this enables hot-reloading