Skip to content

Latest commit

 

History

History
executable file
·
34 lines (28 loc) · 813 Bytes

README.md

File metadata and controls

executable file
·
34 lines (28 loc) · 813 Bytes

Optimal PSE logo

legis-maker

Instructions:

  1. Create Conda environment
$ conda env create -f environment.yml
  1. Create .env file in the root directory and add the following line with respective key.
ANTHROPIC_API_KEY=sk-ant-api03-...
  1. Run draft_legislation/draft_legislation.py to generate a piece of legislation, which calls from the specified file (in this case data/skateboard.txt).
proposed_act_path = "data/skateboard.txt"
create_legislation(proposed_act_path)

Example Output

Team (Group 29)

  • Shahbaz Chaudhry
  • Jamie Mann
  • Alun Rees
  • Kevin Russling
  • Tom Savage
  • Jess Watson