Skip to content

malleswarigelli/End-to-end-Medical-Chatbot-Generative-AI

Repository files navigation

End-to-end-Medical-Chatbot-Generative-AI

This project aims to build a conversational AI for the healthcare domain, utilizing Large Language Models (LLMs) integrated with Pinecone and LangChain. The chatbot will provide accurate responses to health-related queries, assist in medical guidance, and retrieve relevant medical data using Pinecone's vector database for efficient and scalable search. The project involves setting up a retrieval-augmented generation (RAG) pipeline, configuring conversational flows, ensuring compliance with health information privacy standards, and validating outputs for medical accuracy. This project is ideal for creating intelligent virtual assistants for patient support, telemedicine, or healthcare research.

How to run?

conda create -n medibot python=3.10 -y
conda activate medibot
pip install -r requirements.txt
python app.py

About

GenAI: Build and deploy end to end medical chatbot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages