georgetown-cset / parat

🦜 PARAT: CSET's Private-sector AI-Related Activity Tracker
https://parat.cset.tech
Other
4 stars 0 forks source link

🦜 PARAT: CSET's Private-sector AI-Related Activity Tracker

This repository contains the code that generates PARAT.

Setup

The project python dependencies are listed in requirements.txt. Before running code in this repo:

  1. Make a new virtualenv:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. export GOOGLE_APPLICATION_CREDENTIALS=<path to your credentials> - a service account json. You should have at`` least BQ reader permissions, if you are a CSET user. If you are not a CSET user, then you will not be able to run some of this code as-is, since it depends on our internal BigQuery datasets. Please contact us if you are interested in collaborating or spot any issues.

  2. Install and run the web interface