Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 520 Bytes

Scene_2D

Get API Keys

  • Add your Anthropic API key to assets/key.py
  • Add your Voyage AI API key to assets/key_embed.py

Run Human Evaluation

Run the following for expansion and inference

python3 main.py

Render Examples

Run the following and you'll see the example codes rendered in examples/rendered_scene

python3 render_examples.py

Run LLM Generator and Render the scene from the generated code.py file

sudo bash run.sh