Skip to content

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

Notifications You must be signed in to change notification settings

abhroroy365/Medical-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published