A web app to suggest privacy goals and evaluate a company's privacy policy based on those goals. Powered by RAG and GPT! video demo on YouTube
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!