pipwell is a platform designed to address the challenges of misdiagnoses in the healthcare industry. It aims to reduce diagnostic errors, assist overworked healthcare providers, minimize delayed diagnoses, and overcome communication barriers.
- Conversational Symptom Analysis: We use a language model, specifically chatGPT, to interpret patient input conversationally. This system processes the patient's descriptions of symptoms and translates them into a concise, structured summary, optimized to a maximum of 10 words, which is then relayed to healthcare professionals, ensuring efficient and standardized communication.
- Blockchain: Ensures the decentralization of medical records, enhancing security and trust.
- IoT Heart Rate Monitor: Offers real-time heart rate monitoring for patients.
- Interactive Dashboard: Visualizes important health metrics and records.
- Clone the repository:
git clone <repository-link> - Navigate to the project directory:
cd PipWell - Install the required packages:
npm install - Setup your MongoDB and ensure it's running.
- Start the server:
node server.js - Open a browser and navigate to:
http://localhost:3000
- Express.js: For backend server setup.
- MongoDB: Used as a database.
- ChatGPT: For symptom checking using conversational AI.
- Blockchain: To decentralize medical records and enhance security.
- Elizabeth Ondula
- Samantha Rubio
- Vincent Vazques
- Carina Curiel Alaniz