Skip to content

In this tutorial, learn to build a smart Medical Chatbot using open-source tools. We'll use HuggingFace for embeddings, Faiss CPU for vector storage, and Mistral with Streamlit for a conversational interface. Follow step-by-step guidance to create an efficient chatbot with no prior experience needed. Dive into conversational AI and healthcare!

Notifications You must be signed in to change notification settings

vasuhms/medical-chatbot

 
 

Repository files navigation

README: Setting Up Your Environment with Pipenv

Prerequisite: Install Pipenv

Follow the official Pipenv installation guide to set up Pipenv on your system:
Install Pipenv Documentation


Steps to Set Up the Environment

Install Required Packages

Run the following commands in your terminal (assuming Pipenv is already installed):

pipenv install langchain langchain_community langchain_huggingface faiss-cpu pypdf
pipenv install huggingface_hub
pipenv install streamlit


About

In this tutorial, learn to build a smart Medical Chatbot using open-source tools. We'll use HuggingFace for embeddings, Faiss CPU for vector storage, and Mistral with Streamlit for a conversational interface. Follow step-by-step guidance to create an efficient chatbot with no prior experience needed. Dive into conversational AI and healthcare!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%