PROJECT MODULE / 01
ONLINE
Remedi
AI-assisted medication affordability platform
An AI-assisted healthcare platform that helps users find lower-cost generic medications and relevant assistance programs.
Python · FastAPI · LangGraph · LangChain · SQLite · OpenFDA API
User input flows through FastAPI into a LangGraph workflow that branches to OpenFDA drug data and deterministic eligibility checks, then combines into a recommendation stored in SQLite.
USER INPUT
medication · income · household
FASTAPI
API layer · validated intake
LANGGRAPH
orchestrates workflow
OPENFDA
public drug information
ELIGIBILITY
deterministic checks
RECOMMENDATION
combines results
SQLITE
cached / reference data
HOW IT WORKS
- Built a FastAPI backend for structured user intake and recommendation requests.
- Used LangGraph to orchestrate an AI-assisted workflow that extracts medication, income, and household information before deterministic eligibility checks.
- Integrated public drug information through the OpenFDA API and stored reference/cached information with SQLite.



