Build frontend and backend packages with React and FastAPI for MedScribe#1
Build frontend and backend packages with React and FastAPI for MedScribe#1Copilot wants to merge 13 commits into
Conversation
Co-authored-by: JonKach <86634186+JonKach@users.noreply.github.com>
|
@copilot can you change the appearance (not necessarily structure) of the frontend to match the following description: MedScribe is an MVP AI app that records clinician–patient conversations, transcribes them, and generates a structured, doctor-formatted EHR note. A React frontend captures audio, a backend handles transcription and AI reasoning, and the output is a clean, downloadable EHR-ready document with accurate extractions, differential, ICD-10 codes, and no hallucinations. |
Co-authored-by: JonKach <86634186+JonKach@users.noreply.github.com>
Updated the frontend appearance to match MedScribe medical documentation theme in commit e550752. Changes:
|

Implements a full-stack application structure with a React frontend using MaterialUI theming and a FastAPI backend ready for AI API integrations. The frontend is themed for MedScribe, an AI-powered medical documentation app for recording clinician-patient conversations and generating EHR notes.
Frontend (React + MaterialUI)
src/theme/theme.jswith medical teal/green color scheme (#00897b)NavBar,Main,Footerintegrated inApp.jsxBackend (FastAPI)
routers/andservices/separationapp/services/ai_service.pyfor external AI API calls/api/ai/generate,/api/ai/models,/api/ai/statuslocalhost:3000.env.exampleScreenshot
Both packages include comprehensive README files. Frontend runs on
:3000, backend on:8000with automatic API docs at/docs.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.