Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.16 KB

File metadata and controls

21 lines (13 loc) · 1.16 KB

seam

run-tets

The goal of the seam application is to implement SEAM methodology as an interactive application in R.

App

To use the Shiny application, first run the setup.R script. This script will take some time to run as it will download a large amount of data if you have not done so previously. This script only needs to be run once, unless there are significant changes to the data.

If setup.R has been run successfully, simply open app.R and the click the “Run App” button.

IMPORTANT: To use the LLM feature, you are required to set an environment variable called SEAM_API_KEY to a Gemini API key. For more info, click here: https://ai.google.dev/gemini-api/docs/api-key.

TODO