Skip to content

ChatBot for Medical documents with Information Retrieval using Vector Database.

Notifications You must be signed in to change notification settings

ZahrizhalAli/calGPT

Repository files navigation

calGPT: LLaMa Fine-tune Medical Chatbot

Usecase 🎯

This Chatbot is currently covering the Medical Field and not limited to any other use case as well, so feel free to use your custom dataset for your own use case.

Tech Stack ⚒

  • Python
  • Chainlit
  • FAISS
  • Langchain

Model Used

  • LLaMa 7b HuggingFace

Embeddings

  • all-MiniLM-L6-v2

Vector Datastore

  • FAISS

Installation

Make sure to download LLaMa-7B model from HuggingFace, then store it within the same directory then run:

pip install -r requirements.txt

Run

chainlit run main.py -w

DEMO 👀

image

About

ChatBot for Medical documents with Information Retrieval using Vector Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published