Skip to content

Commit

Permalink
📝 Add video presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhamon committed May 23, 2024
1 parent 9824f3a commit 84b4359
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [IRIS-MediCoPilot](#iris-medicopilot)
- [Motivation](#motivation)
- [Video Presentation](#video-presentation)
- [How it works?](#how-it-works)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
Expand All @@ -28,6 +29,10 @@ Our project, **Iris-MediCoPilot**, is designed to optimize patient clinical outc

To achieve this, patients can conveniently describe their symptoms through a user-friendly Telegram bot. The project then leverages a comprehensive medical database to analyze the information. Additionally, the bot strategically asks clarifying questions to gather further details and refine the potential diagnosis. If the **Iris-MediCoPilot** identifies a potential health risk, it will advise the patient to seek medical attention at a hospital. Furthermore, the conversation history is automatically forwarded to a doctor acting as a "co-pilot" or "sidekick," providing valuable insights to support physician decision-making.

## Video Presentation

<iframe width="560" height="315" src="https://www.youtube.com/embed/nVYrFfbcBbw?si=EG-vXqk9trB_ei5u" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## How it works?

This project leverages cutting-edge technologies to streamline patient care and support physicians. Here's a breakdown of the process:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
requests==2.31.0
langchain-iris>=0.1.2
openai>=1.25.1
langchain-openai>=0.1.6
langchain-openai>=0.1.6
langchain-community>=0.2.0

0 comments on commit 84b4359

Please sign in to comment.