← Back to Projects

Project · ai-clinical-trial

AI Clinical Trial Matcher

3 stars

Multi-stage pipeline that matches patients to clinical trials using vector embeddings and LLMs. Ingests trial data, processes patient records, and ranks matches via semantic similarity.

PythonLLaMAChromaDBSQLiteLangChain
ai-clinical-trial
AI Clinical Trial Matcher

About

A multi-stage pipeline that processes clinical trial data and patient records through vector embeddings, then uses semantic similarity to rank the most relevant trials for each patient. Built with LLaMA for natural language understanding, ChromaDB for vector storage, and LangChain for orchestrating the matching pipeline.