Skip to content

Official repository for Dr.Insights, a starter full-stack desktop RAG application that uses Phi2-3B LLM which runs locally without GPU at about ~12tokens/sec.

Notifications You must be signed in to change notification settings

zappy586/Dr-Insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official repository for Dr.Insights, a starter full-stack desktop RAG application that uses Phi2-3B LLM which runs locally without GPU at about ~12tokens/sec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published