React Admin Dashboard made with MUI's components, React and of course Next.js to boost your app development process!
DEMO: CLICK HERE
- 📖 Table of Contents
- 📍 Overview
- 📦 Features
- 📂 Repository Structure
- 🚀 Getting Started
- 📄 License
- 👏 Acknowledgments
This Medical Report Generation Web App is designed to streamline the creation of post-treatment reports in a triage room setting. The primary objective is to expedite the report generation process by utilizing a database of text templates, where 90% of the content is pre-written and ready to use. The remaining 10% of the text requires customization based on specific patient information.
-
Text Templates Database: A repository of text templates with the majority of content pre-populated, facilitating efficient report creation.
-
AI-Powered Text Completion: Integration of AI to fill in the missing information within the selected template, leveraging patterns identified from past treatment reports.
-
Doctor's Review and Approval: The AI suggests text fragments for completion, subject to the doctor's review and approval, ensuring accuracy and appropriateness.
-
Multilingual Support: Preparing reports in advance enables easy translation into multiple languages, allowing for widespread comprehension by patients.
-
Time Efficiency: Significant time savings in generating reports, enhancing efficiency in triage rooms and outpatient clinics.
-
Error Reduction: Minimizes errors in report content, including dosages and instructions, both for medical professionals and patients.
-
Patient-Friendly Reports: Detailed yet user-friendly reports are prepared, aiding patients in understanding the report's content and purpose.
Within the download you'll find the following directories and files:
Dr.AI
┌── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next.config.js
├── package.json
├── README.md
├── public
└── src
├── components
├── contexts
├── guards
├── hocs
├── hooks
├── layouts
├── sections
├── theme
├── utils
└── pages
├── 404.js
├── _app.js
├── _document.js
├── account.js
├── companies.js
├── customers.js
├── index.js
├── products.js
└── settings.js
└── auth
├── login.js
└── register.js
repo: git clone https://github.com/ArieLevental/Dr.AI.git
-
Make sure your Node.js and npm versions are up to date for
React 18
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run dev
oryarn dev
-
Views are on:
localhost:3000
This project is licensed under the ℹ️ MIT
License. See the LICENSE-Type file for additional info.
- ℹ️ Devias team for the amazing template
- ℹ️ My Hackathon group and special credit to Adir Barak
- ℹ️ Moshal Scholarship Program for the great Hackathon