Skip to content
View anaboset's full-sized avatar

Block or report anaboset

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
anaboset/README.md

ANA BOSET

mission fueled by status open to replies in


⚕️🧠 Bridging Molecules & Models

I am an AI engineer & Pharmacy student building practical tech solutions to improve healthcare delivery, support clinical decisions, and drive real-world impact. My goal is to design and implement intelligent, patient-centered healthcare systems.


💻 $ expertise --list

def build_ai_stack(task: str) -> dict:
    """
    Given a task, returns the right AI stack.
    """

    if task == "RAG pipeline":
        return {
            "retrieval":    "LlamaIndex + ChromaDB",
            "orchestration": "LangChain",
            "evaluation":    "RAGAS",
            "tracing":       "LangSmith",
        }

    elif task == "multi-agent system":
        return {
            "graph_engine":  "LangGraph",
            "memory_store":  "ChromaDB",
            "tool_protocol": "MCP",
            "monitoring":    "LangSmith",
        }

    elif task == "workflow automation":
        return {
            "orchestrator":  "n8n",
            "llm_layer":     "LangChain",
            "data_pipeline": "Python + Pandas",
        }

    elif task == "ML experiment":
        return {
            "modeling":      "Scikit-Learn",
            "numerics":      "NumPy + Pandas",
            "nlp":           "spaCy",
            "visualization": "Matplotlib",
        }

    elif task == "deploy to users":
        return {
            "ui":        "Streamlit",
            "container": "Docker",
            "vcs":       "Git & GitHub",
            "editor":    "VSCode",
        }

📈 GitHub Analytics

 

Pinned Loading

  1. CardioSentinel_Project CardioSentinel_Project Public

    AI infrastructure for guideline-aligned cardiovascular disease management using RAG, multi-agent systems, and clinical decision support tools.

    1

  2. PharmaTriage PharmaTriage Public

    Automatic clinical triage and prioritization of pharmacy support tickets using NLP, machine learning, and rule-based patient safety escalation.

    Python

  3. PharmaCast PharmaCast Public

    A narrative ML forecasting project that predicts pharmaceutical demand from 6 years of daily sales data, translating time-series analysis into concrete inventory and procurement decisions.

    Jupyter Notebook

  4. AskEFDA AskEFDA Public

    AskEFDA - A Streamlit app leveraging RAG to provide accurate answers and summaries from Ethiopian Food and Drug Authority (EFDA) guidelines on medicine registration, import, approval and marketing.…

    Python 3

  5. cardiosentinel_rag cardiosentinel_rag Public

    Evidence-grounded RAG-based Clinical Decision Support System for cardiovascular disease management guidelines using hybrid vector + knowledge graph retrieval.

    Python

  6. cardiosentinel_mas cardiosentinel_mas Public

    Multi-agent AI system for cardiovascular care planning, risk assessment, medication optimization, and patient adherence using clinical tools.

    Python