Skip to content

Commit 242a1ab

Browse files
authored
Add project README, CONTRIBUTORS.md, and screenshot assets (#4)
1 parent 2951922 commit 242a1ab

5 files changed

Lines changed: 42 additions & 0 deletions

File tree

CONTRIBUTORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Contributors
2+
3+
- [Vishnu Ravi](https://github.com/vishnuravi)
4+
- [Aydin Zahedivash](https://github.com/aydinzahedi)

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<img src="assets/logo.png" alt="Stanford Medicine — AI in Medical Education" width="400">
2+
3+
# Stanford AI in Medical Education Open-Access Tools
4+
5+
Interactive learning modules from the [Stanford Medicine AI in Medical Education](https://med.stanford.edu/ai-in-meded.html) program. Deployed to GitHub Pages at [stanfordmed.github.io/aimeded](https://stanfordmed.github.io/aimeded/).
6+
7+
## Modules
8+
9+
### Explore AI Diagnostic Performance
10+
11+
An interactive tool for teaching clinicians how to interpret AI diagnostic metrics using a chest X-ray pneumonia detection example. Features an adjustable threshold slider, ROC and Precision-Recall curves, prevalence effects, and clinical scenario questions.
12+
13+
<img src="assets/ai-evaluation-screenshot.png" alt="Explore AI Diagnostic Performance" width="600">
14+
15+
### Data Security & AI: A HIPAA Module
16+
17+
Explore data security fundamentals, HIPAA regulations, and responsible use of AI tools in clinical settings through interactive scenarios, drag-and-drop exercises, and knowledge checks.
18+
19+
<img src="assets/data-security-screenshot.png" alt="Data Security & AI: A HIPAA Module" width="600">
20+
21+
## Development
22+
23+
### AI Evaluation module
24+
25+
Open `AIEvaluation/index.html` directly in a browser. No build step needed.
26+
27+
### Data Security module
28+
29+
```bash
30+
cd "Data Security Module v3"
31+
npm install
32+
npm run dev
33+
```
34+
35+
### Deployment
36+
37+
Pushing to `main` triggers a [GitHub Actions workflow](.github/workflows/deploy.yml) that builds the Data Security module, assembles both modules with the landing page, and deploys to GitHub Pages.
38+
246 KB
Loading
79.8 KB
Loading

assets/logo.png

21.1 KB
Loading

0 commit comments

Comments
 (0)