A modern web application for analyzing health reports and visualizing key health metrics. Built with Next.js and Tailwind CSS, this app allows users to upload medical reports (PDF or image), extract and analyze health parameters, and visualize trends over time.
- Upload Health Reports: Upload PDF or image files of your health reports for analysis.
- AI-Powered Data Extraction: Automatically extract key health parameters from uploaded reports.
- Health Data Analysis: View extracted values, normal ranges, and status indicators (e.g., "Needs Attention").
- Trends Visualization: Interactive charts to visualize health markers over the past year.
- Modern UI: Clean, responsive interface built with Tailwind CSS and React components.
Below is a screenshot and deployed link of the application :
click to visit the deployed link
- Node.js (v18 or higher recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/AtulRaghuvanshi73/korai-healthcare-application-demo.git cd korai_healtcare_application
- Install dependencies:
npm install # or yarn install
- Run the development server:
npm run dev # or yarn dev
- Open http://localhost:3000 in your browser.
src/app/
— Main application pages and layoutssrc/components/
— Reusable UI and feature componentssrc/lib/
— Utility functions and mock datasrc/hooks/
— Custom React hookspublic/
— Static assets (SVGs, icons, etc.)
- Next.js
- React
- Tailwind CSS
- TypeScript