Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.36 KB

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