LLMs • Embeddings • Research
Embeddings Researcher — Comparing Representation Learning Methods
A research-oriented Streamlit app to compare TF-IDF, Skip-gram,
CBOW, and GloVe embeddings — exploring when each representation
method works best and how they affect downstream tasks.
- Implemented core algorithms from scratch in PyTorch / NumPy.
- Interactive UI for neighborhoods, similarities, and analogies.
- Designed to help users build intuition for “how embeddings think”.
Agentic AI • RAG • Healthcare
Clinical QA Agent with Retrieval-Augmented Generation
Multi-agent workflow where one agent retrieves & ranks medical
evidence, another synthesizes answers, and a critic agent checks
for hallucinations before responses are surfaced.
- Built with LangGraph, LangChain, and a vector database.
- Distinct agent roles (retriever, generator, verifier).
- Focus on traceability and “show your work” chains of thought.