Doctalyzer is a web application designed to help patients better understand their medical reports. With Doctalyzer, you can upload medical reports in various formats and receive an interpretation in simple language, making it easier to understand test results, diagnoses, and recommended treatments.
Doctalyzer offers the following features:
-
Medical report upload: Doctalyzer allows you to upload medical reports in various formats, including PDF, JPG, and PNG.
-
Text extraction: Doctalyzer uses the Tesseract.js OCR engine to extract text from uploaded reports, making it possible to analyze the content of the reports.
-
Natural language interpretation: Doctalyzer uses the ChatGPT API to interpret the content of medical reports in simple language, making it easier to understand test results, diagnoses, and recommended treatments.
To get started with Doctalyzer, simply navigate to the following link.
You can then upload your medical reports and receive an interpretation in simple language.
- Clone the Doctalyzer repository to your local machine
- Install the required dependencies by running npm install.
- Create a
.env
file in root and add API Keys fromOpenAI
&Google Vison OCR
- Start the server by running
npm run dev
.
- Navigate to the Doctalyzer web application.
- Upload your file by clicking on the choose file button.
- Click on the submit button and Wait for the text extraction and natural language interpretation to complete.
- Read the interpretation to better understand your medical report.
Doctalyzer is licensed under the . See LICENSE for more information.
If you're interested in contributing to Doctalyzer, please see CONTRIBUTING.md for guidelines on how to get started.