Repo containing all research and code for CS 239: Introduction to HCI at UCLA for Winter 2025.
-
Clone this repo from Github
$ git clone https://github.com/NikhilSuresh24/cs-239-data-privacy.git -
Install the required packages for the server with npm
$ cd server & npm install -
Create an API key at
https://openrouter.ai/settings/keysand paste the API key inserver/summarizer.js -
Click on the extensions button on Chrome -> Manage Extensions
-
Turn on Developer Mode and click
Load Unpacked -
Select the
extension_filesfolder -
Run the server
$ node server.js
You can now see the extension on chrome!! To make any changes, follow the following developer workflow:
a. Make any front-end changes
b. Open extensions page on Chrome and click reload button on Privacy Pal Extension
d. Test!
