8.7 KiB
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 doctor’s 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 patient’s 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
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
-
Fork the repository and set it up as a project on Vercel or another hosting platform
-
Install packages
pnpm install -
You can run the website locally with
npm run devor, if hosting on Vercel, with
vercel dev
License
Distributed under the Apache 2.0 License. See LICENSE.txt for more information.