Skip to content
View rakmohan's full-sized avatar

Block or report rakmohan

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

Popular repositories Loading

  1. distilbert-biomed-ner distilbert-biomed-ner Public

    DistilBERT fine-tuned on MACCROBAT clinical case reports for biomedical NER — extracts 18 entity types (symptoms, medications, procedures, lab values) using BIO tagging.

    Python

  2. pii-ner-en pii-ner-en Public

    RoBERTa fine-tuned for PII and PCI detection in English text — 54 entity types including SSN, credit cards, crypto addresses, and API keys. Micro F1: 0.95.

    Python

  3. agentic-bi-migration agentic-bi-migration Public

    Multi-agent pipeline for migrating Metabase BI dashboards to a new schema — semantic field mapping, automated SQL rewriting, equivalence validation, and a human-in-the-loop review portal.

    Python

  4. icu-mortality-prediction icu-mortality-prediction Public

    ICU in-hospital mortality prediction using MIMIC-III — classical ML, survival analysis, and deep learning on the first 24 hours of an ICU stay.

    Jupyter Notebook

  5. docwise docwise Public

    RAG-in-a-Box — intelligent document understanding for PDF, DOCX, and Markdown. Adaptive parsing, hybrid search (semantic + BM25), and agentic Q&A with citations. Upload, ask questions, and explore …

    Python

  6. docwise-agentic docwise-agentic Public

    Full agentic RAG pipeline: adaptive chunking → Qdrant hybrid search (semantic + BM25 + RRF) → LangGraph ReAct agent → grounded answers with citations, streamed live. Multi-turn conversation, multi-…

    Python