Skip to content

This is an open-source repository for the system DynEx: Structured Design Exploration for AI Code Synthesis (CHI 2025). Paper: https://arxiv.org/abs/2410.00400

Notifications You must be signed in to change notification settings

jennygzma/dynex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Front End

In one terminal...

Set up

Make sure npm, react, and mui are installed

To run FE

cd frontend
npm start

BackEnd

In another terminal...

Set up

cd backend
conda env create -n UIDesignProto -f environment.yml

pip install as necessary
create a .env file within the backend directory
and add your Open AI API key and Anthropic API Key. They should be saved as follows: "ANTHROPIC_API_KEY"="xyz", and "OPENAI_API_KEY"="xyz"
create a generated folder within backend directory - this is where all the generated code will stay

To run BE

conda activate UIDesignProto
python server.py

About

This is an open-source repository for the system DynEx: Structured Design Exploration for AI Code Synthesis (CHI 2025). Paper: https://arxiv.org/abs/2410.00400

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published