A gen-ai based tool using the congress API and Google's Gemini LLM
- Generate a GOOGLE_API_KEY (available here) and CONGRESS_API KEY (available here) and put both in a .env
- Install the local depenedencies with
pip install -r requirements.txt - Populate the database with data from the bulk api via
python load_db -c {congress_number} - Run the jupyter notebook with 'jupyter notebook'
- Load CongressBot.ipynb