Skip to content

uzii9/LabLens

Repository files navigation

LabLens

Professional-grade lab report analyzer for AHS reports with OCR capabilities.

Prerequisites

  • Node.js (>=16.0.0)
  • Python 3.x
  • npm or yarn

Installation

  1. Clone the repository
  2. Install all dependencies:
npm run install:all
  1. Install Python dependencies:
cd ocr
pip install -r requirements.txt

Running the Project

Development Mode

Run both client and server simultaneously:

npm run dev

This starts:

Individual Components

Run client only:

npm run client:dev

Run server only:

npm run server:dev

Production

Build and start:

npm run build
npm start

Project Structure

  • client/ - React frontend with Vite
  • server/ - Express.js backend API
  • ocr/ - Python OCR processing scripts
  • data/ - Reference data and definitions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published