You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Complementary repository: Final discrete-event simulation models and streamlit applications from Large Language Models
5
6
6
7
This repository is complementary to:
7
8
8
-
> Thomas Monks, Alison Harper, and Amy Heather. **Using Large Language Models to support researchers reproduce and reuse unpublished health care discrete-event simulation computer models: a feasibility and pilot study in Python**. https://github.com/pythonhealthdatascience/llm_simpy.
9
+
> Thomas Monks, Alison Harper, and Amy Heather. **Research Compendium: Replicating Simulations in Python using Generative AI**. https://github.com/pythonhealthdatascience/llm_simpy.
9
10
10
11
It contains the final formatted code from each of the SimPy discrete-event simulation models that were generated by Perplexity as part of that project.
11
12
@@ -24,6 +25,8 @@ The stroke `.py` files combine the seperate model and app .py files from the [ll
24
25
25
26
For a full record of the generation of these models, please refer to: https://github.com/pythonhealthdatascience/llm_simpy.
26
27
28
+
<br>
29
+
27
30
## 👥 Authors
28
31
29
32
* Thomas Monks [](https://orcid.org/0000-0003-2631-4481)
@@ -32,6 +35,8 @@ For a full record of the generation of these models, please refer to: https://gi
The project uses `conda` to manage dependencies. Navigate your terminal to the directory containing the code and run:
@@ -48,6 +53,8 @@ conda activate gen_simpy_apps
48
53
49
54
This environment is a simplified version of that from the [llm_simpy](https://github.com/pythonhealthdatascience/llm_simpy) repository, containing only the dependencies required for running the apps.
50
55
56
+
<br>
57
+
51
58
## 🖥️ Viewing the apps locally
52
59
53
60
For deployment, we have brought the LLM-generated apps together into a single app, which can be deployed by running:
@@ -68,6 +75,8 @@ To test the stlite app locally, run the following command, and then open <http:/
68
75
python3 -m http.server
69
76
```
70
77
78
+
<br>
79
+
71
80
## 📝 Citation
72
81
73
82
Please cite the archived repository:
@@ -80,6 +89,8 @@ You can also cite this GitHub repository as:
80
89
81
90
A `CITATION.cff` file is also provided.
82
91
92
+
<br>
93
+
83
94
## 💰 Funding
84
95
85
96
This project was developed as part of the project STARS: Sharing Tools and Artefacts for Reproducible Simulations. It is supported by the Medical Research Council [grant number [MR/Z503915/1](https://gtr.ukri.org/projects?ref=MR%2FZ503915%2F1)].
0 commit comments