You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "End-to-End Medical Chatbot" project builds an AI-powered conversational assistant for healthcare using LLMs, Pinecone, and LangChain. It provides accurate answers, retrieves medical data, and leverages a RAG pipeline for enhanced response generation. Designed for telemedicine and research, it ensures compliance with health data privacy standar
ÉTAPE 01 - Créer un environnement conda après avoir ouvert le dépôt
conda create -n llmapp python=3.8 -y
conda activate llmapp
ÉTAPE 02 - Installer les dépendances
pip install -r requirements.txt
About
The "End-to-End Medical Chatbot" project builds an AI-powered conversational assistant for healthcare using LLMs, Pinecone, and LangChain. It provides accurate answers, retrieves medical data, and leverages a RAG pipeline for enhanced response generation. Designed for telemedicine and research, it ensures compliance with health data privacy standar