Welcome to MedBot, your go-to chatbot for medical information and assistance. MedBot is a conversational agent trained on top of Llama 2 using a comprehensive medical encyclopedia. Whether you have questions about symptoms, treatments, or general health inquiries, MedBot is here to provide reliable and personalized information.
Engage with MedBot in a natural and conversational manner. Ask questions and receive informative responses tailored to your medical queries.
MedBot is powered by Llama 2, a robust language model trained on a vast medical knowledge base. It leverages this knowledge to offer accurate and up-to-date information on various medical topics.
To run this chatbot on your local follow the following steps:
- Create a account in HuggingFace.
- Now click on your account in the top right corner.
- Select settings, in settings choose access tokens and you will get your huggingface token.
- Now copy the following command and paste it in the terminal:
git clone https://github.com/aman06012003/MedBot.git
- Now switch to the directory containing repository
cd MedBot
- Now install the required dependencies for the chatbot
pip install -r requirements.txt
- Now run the python script containing chatbot
python app.py
You will see a interface in the terminal, start asking the query to the bot.
Note : Keep in mind that while MedBot is a valuable resource, it is not a replacement for professional medical advice. Always consult with a qualified healthcare professional for accurate diagnosis and personalized treatment plans.