- Create Conda environment
$ conda env create -f environment.yml
- Create .env file in the root directory and add the following line with respective key.
ANTHROPIC_API_KEY=sk-ant-api03-...
- Run
draft_legislation/draft_legislation.py
to generate a piece of legislation, which calls from the specified file (in this casedata/skateboard.txt
).
proposed_act_path = "data/skateboard.txt"
create_legislation(proposed_act_path)
- Shahbaz Chaudhry
- Jamie Mann
- Alun Rees
- Kevin Russling
- Tom Savage
- Jess Watson