- 70+ organisms × 32 antibiotics, Sanford Guide-style color-coded matrix
- Hover any cell for antibiotic/organism context
- Filter by organism group, antibiotic class, or free-text search
- Sticky headers for easy scrolling
- Tiered therapy profiles with US dosing for bacteria, fungi, viruses
- MDR Focus toggle for salvage regimens
- PDF export
- Full AMR (for R) taxonomy database: 78,000+ taxa
- Clinical breakpoints (EUCAST/CLSI)
- Requires one-time setup (see below)
The AMR database tab reads pre-exported CSV files from the data/ folder.
These are generated from the AMR Python package (which requires R).
Run this once on your local machine:
# 1. Install AMR Python package (requires R to be installed)
pip install AMR
# 2. Export AMR data to CSV files
python generate_amr_data.pyThis creates:
data/amr_microorganisms.csvdata/amr_antimicrobials.csvdata/amr_clinical_breakpoints.csvdata/amr_top_organisms.csv
Then commit the data/ folder to your repo. Streamlit Cloud reads the CSVs
directly — no R installation needed at runtime.
- Push all files (including
data/CSVs) to GitHub - Connect your repo at share.streamlit.io
- Set main file:
app.py - No special
packages.txtneeded (R is not required at runtime)
pip install -r requirements.txt
streamlit run app.py- Sanford Guide 2024
- IDSA Guidelines (MRSA, Candidiasis, CDiff, etc.)
- CDC treatment recommendations
- ASHP Clinical Practice Guidelines
For clinical decision support only. Always correlate with local antibiogram and patient factors.