Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.5 KB

Dr-Insights

image

This is a medical LLM chatbot desktop app that runs completely local using an open-source LLM and RAG(retrieval augmented generation).

  • Note: This is not a replacement for actual medical advise. This is merely a research project that I have worked on.
  • Demo:

IMAGE ALT TEXT HERE

Installation

  • There are 2 folders for frontend and backend. backend is a flask server that uses llama.cpp as model loader and frontend is using Electron.js.
  • Download the dependencies by running this in the frontend folder
npm i
  • and running this in the backend folder
pip install -r requirements.txt