Leverage an AI model that assesses patient-reported symptoms and medical history during telehealth consultations to accurately determine case severity and direct patients to the appropriate department or level of care, saving time and enhancing the safety and efficiency of remote healthcare.
We created a chatbot with an avatar in a GitHub page. This integrates an Azure function and Llamaindex with state-of-the-art AI models:
- Llumalabs
- SpeechRecognition
- LLama3,
- SadTalker
- ElevenLabs
- Stable diffusion3.
-
Make sure you have python v3.11 installed on your machine. You can download it from here.
-
Install dependencies:
$ pip install -r requirements.txt
-
Fill in environment variables in the
.env
file. You can copy the.env.example
file and rename it to.env
. -
Run the tool by the following command:
$ python main.py