2025-01-26 08:57:49 -05:00
2025-01-24 23:55:12 -05:00
2025-01-26 08:57:49 -05:00
2025-01-25 02:06:08 -05:00
2025-01-25 00:14:37 -05:00
2025-01-25 18:40:30 -06:00
2025-01-26 07:02:04 -05:00
2025-01-24 23:55:12 -05:00
2025-01-26 07:16:35 -05:00
2025-01-25 12:09:10 -05:00
2025-01-25 05:12:10 -05:00
2025-01-26 08:57:49 -05:00

Contributors Stargazers Issues Apache License


Logo

PatSafe

Bridging the gap between doctors and patients for seamless post-discharge care.

Visit · Report Bug · Request Feature

About the Project

PatSafe is a web-based application that connects discharged patients with their doctors for post-discharge care. It features a doctors dashboard where they can update patient information, provide medication instructions, and track patient progress. Patients can report their symptoms, recovery status, and medication adherence, which is then updated in real time for their doctor to review. Additionally, PatSafe includes an AI-powered chatbot that allows patients to ask medical questions and report symptoms, helping doctors get insights into the patients condition remotely. The chatbot also aids in tracking medication adherence and offering information for diagnoses and prescriptions.

How does it work?

PatSafe was built using Next.js and React.js for the frontend, while the backend is powered by MongoDB and Clerk for authentication. The platform utilizes APIs for real-time updates and features such as medication tracking and symptom reporting. We integrated a chatbot powered by Hugging Face models for natural language processing, allowing users to interact conversationally and gather helpful medical information.

Built With

  • Next.js
  • React
  • Tailwind
  • Clerk
  • MongoDB
  • HuggingFace
  • OpenAI
  • LangChain

(back to top)

Getting Started

Here are the steps to run the project locally if you want to develop your own project.

Prerequisites

  • pnpm
    pnpm self-update
    

Installation

  1. Fork the repository and set it up as a project on Vercel or another hosting platform

  2. Install packages

    pnpm install
    
  3. You can run the website locally with

    npm run dev
    

    or, if hosting on Vercel, with

    vercel dev
    

License

Distributed under the Apache 2.0 License. See LICENSE.txt for more information.

(back to top)

Description
No description provided
Readme 9.8 MiB
Languages
TypeScript 62.3%
JavaScript 36%
CSS 1.7%