abhroroy365 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 80.8%Language:Python 6.8%Language:CSS 6.3%Language:HTML 6.0%