MedPredict
shippedHospital readmission prediction system with LLMs
Dataset & model pipeline
100GB of MIMIC-III clinical data (40K+ records), processed through PubMedBERT, ClinicalXLNet, and BigBird transformer models for embeddings and classification.
Retrieval & serving
FAISS retrieval feeds a PyTorch classifier for readmission risk; a separate GPT-4-backed RAG prototype surfaces actionable clinical insights on top of the prediction, improving decision-making efficiency by ~80%.
Deployment
Full-stack, Dockerized (Angular frontend, FastAPI backend, Firebase auth, AWS S3 for clinical data storage), deployed with HIPAA-compliant handling end-to-end.
Evaluation & what I built
92%+ readmission-risk accuracy at ~2s inference latency. I personally implemented the FAISS retrieval layer, the FastAPI serving path, the Docker/AWS deployment, and the RAG prototype integration.