while(alive):
learn()
build()
break_things()
fix_some()
automate(the_boring_parts)
about_me = {
"role": "Health Informatics grad (in progress)",
"focus": "data + ML + making healthcare data make sense",
"currently": "debugging my code & my life",
"promises_made": 0
}- π©Ί I work with health data, ML models & dashboards
- π I try to turn messy clinical data into "something usable"
- βοΈ I'm leveling up from "it runs on my machine" β automated pipelines
- π currently debugging my code & my life
languages = ["Python"]
ml_data = ["pandas", "numpy", "scikit-learn", "matplotlib"]
nlp = ["spaCy", "NLTK"]
apps_apis = ["FastAPI", "Streamlit", "Uvicorn"]
data_store = ["SQLite"]
devops = ["Git", "GitHub Actions (CI/CD)", "Jupyter"]
ollama = ["local LLMs"]- π€ building ML models (sometimes they behave)
- π creating dashboards that look smarter than me
- 𧬠mining clinical notes for signal with NLP
- π setting up CI/CD with GitHub Actions so my notebooks stop breaking quietly
repo: python-for-health-informatics
pipeline: GitHub Actions
status: β
automated checks on push
next: rolling this out to the rest of the fleet
if code_runs:
print("suspicious π€¨")
else:
print("expected behavior π")"if it works, it's production"

