Skip to content

Prototype for my GPT-powered Terms & Conditions/Privacy Policy summarizer.

Notifications You must be signed in to change notification settings

avahajr/privacy-helper

Repository files navigation

privacy-helper quickstart

A web app to suggest privacy goals and evaluate a company's privacy policy based on those goals. Powered by RAG and GPT! Screenshot 2024-10-14 at 12 02 33 PM Screenshot 2024-10-14 at 12 03 59 PM video demo on YouTube

Try it yourself! (Requires OpenAI api key)

After cloning... create & activate virtual environment for python (if you use pip)

python3 -m venv venv
pip install -r requirements.txt
source venv/bin/activate

(if you use conda)

conda env create -f environment.yml
conda activate mvp-prototype

lastly, change the secret in openai_secrets.py your API key.

Finally, run:

python server.py

The app runs on http://localhost:3000/. Happy testing! Thank you!

About

Prototype for my GPT-powered Terms & Conditions/Privacy Policy summarizer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published