/Medical-Chatbot

A Retrieval-Augmented Generation (RAG) based Medical Chatbot. With the base model as Llama2 from Meta, the Retrieval system uses a medical document as corpus to generate context-rich output.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Project Title

A Retrieval-Augmented Generation (RAG) based Medical Chatbot. With the base model as Llama2 from Meta, the Retrieval system uses a medical document as corpus to generate context-rich output.

Model and dataset

Run Locally

Clone the project

  git clone https://github.com/abhroroy365/Medical-Chatbot

Go to the project directory

  cd Medical-Chatbot

Create virtual environment

  python -m venv env

Install dependencies

  pip install -r requirements.txt

Start the server

  python app.py

Links

portfolio linkedin

Screenshot

Web App Ui