Skip to content
View Angelinamoses's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Angelinamoses

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Angelinamoses/README.md

πŸ‘‹ hi, I'm Angelina

while(alive):
    learn()
    build()
    break_things()
    fix_some()
    automate(the_boring_parts)

🧠 about me

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

βš™οΈ tech i mess with

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"]

πŸš€ what i'm doing

  • πŸ€– 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

πŸ” CI/CD status

repo: python-for-health-informatics
pipeline: GitHub Actions
status: βœ… automated checks on push
next:   rolling this out to the rest of the fleet

πŸ› current status

if code_runs:
    print("suspicious 🀨")
else:
    print("expected behavior 😌")

find me

Portfolio LinkedIn


"if it works, it's production"

Pinned Loading

  1. clinical-fs-benchmark clinical-fs-benchmark Public

    Jupyter Notebook

  2. clinical-readmission-analytics clinical-readmission-analytics Public

    Healthcare analytics project exploring hospital readmission patterns in diabetic patients using EDA, statistical analysis, and clinical insights.

    Jupyter Notebook 1

  3. heart-disease-fastapi heart-disease-fastapi Public

    Health Informatics project that leverages Machine Learning and FastAPI to predict heart disease risk from patient clinical data, demonstrating model deployment, API development, and healthcare anal…

    Jupyter Notebook

  4. breast-cancer-risk-prediction-logistic-regression breast-cancer-risk-prediction-logistic-regression Public

    A reproducible machine learning pipeline for breast cancer risk prediction using logistic regression, featuring stratified train-test splitting, standardization, and evaluation via confusion matrix…

    Jupyter Notebook 1

  5. python-for-health-informatics python-for-health-informatics Public

    A structured Python curriculum for health informatics β€” 7 progressive notebooks covering fundamentals through OOP with real clinical data scenarios.

    Jupyter Notebook

  6. ollama-python-gradio-lab ollama-python-gradio-lab Public

    Learning Local LLMs with Ollama, Python and Gradio through hands-on labs, assignments and healthcare-focused AI projects.

    Python