Professional-grade lab report analyzer for AHS reports with OCR capabilities.
- Node.js (>=16.0.0)
- Python 3.x
- npm or yarn
- Clone the repository
- Install all dependencies:
npm run install:all- Install Python dependencies:
cd ocr
pip install -r requirements.txtRun both client and server simultaneously:
npm run devThis starts:
- Client (React/Vite) on http://localhost:5173
- Server (Express) on http://localhost:3000
Run client only:
npm run client:devRun server only:
npm run server:devBuild and start:
npm run build
npm startclient/- React frontend with Viteserver/- Express.js backend APIocr/- Python OCR processing scriptsdata/- Reference data and definitions