This is a repository for the Privacy Flagger Project at UC Berkeley. The project concerns developing a Google chrome extension for rating privacy policy agreements.
How to run:
- Clone the project.
- Start Docker
cd
into Back_End and rundocker-compose up
- Wait until you see "ready for connections", then
cd
intodata_handling
and runpython3 data_to_sql.py
. - Open chrome://extensions in your chrome browser.
- Change to developer mode.
- Upload the Front_End folder by clicking “Load unpacked”.
- See readme in backend for sample queries.