This project aims to reduce rehospitalization risks for high-risk patients (post-operative, chronic diseases, postpartum, etc.) through a proactive artificial intelligence system. Doctors can configure a custom AI agent based on the patient's pathology, particularly in geriatrics, where multiple agents collaborate for optimal monitoring.
(Djason Gadiou / Adrien Ezerzer / Louis Martinez / Jacques Sun)
This AI-powered system enhances interactions between doctors and patients by integrating:
- Web research for relevant medical insights
- Retrieval-Augmented Generation (RAG) for intelligent responses
- Text-to-speech capabilities for communication
- Automated patient record management and reporting
graph TD
subgraph Doctor Interaction
A[Doctor] -->|Configures Custom AI Agent| B[ElizaOS on Scaleway]
end
subgraph AI Agent Operations
B -->|Generates Specific AI Agent| C[AI Agent via ElizaOS]
C -->|Performs Web Research| D[Web Resources]
C -->|Utilizes RAG Model| E[Retrieval-Augmented Generation]
E -->|Stored/Retrieved from| G[Supabase Database]
C -->|Text-to-Speech| F[ElevenLabs]
C -->|Updates Records & Creates Report| M[Patient Records & Report]
M -->|Stored in| G
end
subgraph Patient Interaction
C -->|Initiates Call| H[Patient]
H -->|Provides Responses| C
end
subgraph Alert System
C -->|Sends Alert| I[Doctor]
C -->|Suggests| J[Patient Calls Emergency Services]
I -->|Confirms Alert| K[Schedule Appointment]
I -->|Confirms Alert| L[Call Patient]
end
- Configure a custom AI agent via ElizaOS hosted on Scaleway.
- Generates AI agents for personalized patient monitoring.
- Conducts web research for relevant medical insights.
- Uses a RAG model for enhanced information retrieval.
- Stores and retrieves patient data from Supabase Database.
- Provides text-to-speech functionality for seamless interaction.
- Updates patient records and generates automated reports.
- AI agent initiates calls to check on the patient.
- Patients respond to health inquiries, and AI processes the responses.
- AI detects warning signs and sends alerts to doctors.
- Can suggest emergency services if needed.
- Doctors can confirm alerts and take appropriate action:
- Schedule an appointment
- Call the patient for further assessment
- Supabase Database stores patient records and reports.
- Dynamic retrieval and updates ensure real-time data availability.
- Doctor configures an AI agent for tailored patient follow-up.
- AI conducts regular health assessments using personalized questions.
- Intelligent response analysis powered by RAG and web research.
- Three possible scenarios:
- β All is well β Normal follow-up.
β οΈ Warning signs detected β Preventive intervention.- π¨ Health deterioration β Immediate alert and human intervention.
- Proactive medical team validates alerts and schedules appointments as needed.
β
Reduced rehospitalization rates through real-time monitoring.
β
Optimized healthcare professional time with AI automation.
β
Enhanced patient experience through personalized support.
β
Seamless automation while maintaining human supervision.
This AI-driven system streamlines doctor-patient interactions, automates record-keeping, and enhances patient safety through real-time alerts and recommendations, ultimately improving healthcare outcomes.