MrNoOne07 commited on
Commit
a5b3bba
·
verified ·
1 Parent(s): a47c35b

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Second Life Demo Data
3
+ task_categories:
4
+ - tabular-classification
5
+ - information-retrieval
6
+ tags:
7
+ - clinical-trials
8
+ - synthetic-data
9
+ - synthea
10
+ - clinicaltrials-gov
11
+ ---
12
+
13
+ # Second Life Demo Data
14
+
15
+ This dataset repository stores the large files used by the Second Life class
16
+ project Space.
17
+
18
+ ## Files
19
+
20
+ - `Final Clinical Trails Data.zip`: processed ClinicalTrials.gov trial tables.
21
+ - `Final Patients Synthea Data.zip`: generated Synthea patient tables.
22
+ - `Second_Life_Project_Documentation.docx`: project documentation.
23
+ - `Architecture Diagrams/`: editable and presentable architecture artifacts.
24
+
25
+ ## Use In The Space
26
+
27
+ The app Space downloads the two zip files at startup and extracts them into the
28
+ folder names expected by `pipeline.py`:
29
+
30
+ - `Final Clinical Trails Data`
31
+ - `Final Patients Synthea Data`
32
+
33
+ ## Data Notice
34
+
35
+ The patient records are synthetic/generated data for a class project demo. The
36
+ trial records are processed from public clinical-trial metadata. MIMIC-IV data is
37
+ not uploaded here because it has separate access and licensing requirements.