madhav2k/LocalLLM

Experiments with LLM running locally on my own data

1

stars

3

commits

Python

primary language

Aug 1, 2023

updated

README

LocalLLM

Experiments with LLM running locally on my own data.

The goal of this project is to create an LLM which can run locally on a decent-sized laptop (with or without GPU support) to work with my own private data. While the LLM supports a CLI type of an interface for users to interact using a command prompt, it also comes with its own UI for a chat-bot type of an interface.

Project dependencies:

  • Python 3.9 or above
  • Pip 3
  • Conda ( I used Mini-Conda )
  • Al other dependencies are listed under the file dependencies.txt as a part of this repo

Private data should be stored under the SOURCE_DOCUMENTS folder provided in this repo. I have tested the LLM with CSV as well as PDF files and results are stunningly accurate. image

Following illustrates a generic data flow architeccture of the projet:

image

References:

Contributors

madhav2k

3 commits

madhav2k/LocalLLM

Experiments with LLM running locally on my own data

1

stars

3

commits

Python

primary language

Aug 1, 2023

updated

README

LocalLLM

Experiments with LLM running locally on my own data.

The goal of this project is to create an LLM which can run locally on a decent-sized laptop (with or without GPU support) to work with my own private data. While the LLM supports a CLI type of an interface for users to interact using a command prompt, it also comes with its own UI for a chat-bot type of an interface.

Project dependencies:

  • Python 3.9 or above
  • Pip 3
  • Conda ( I used Mini-Conda )
  • Al other dependencies are listed under the file dependencies.txt as a part of this repo

Private data should be stored under the SOURCE_DOCUMENTS folder provided in this repo. I have tested the LLM with CSV as well as PDF files and results are stunningly accurate. image

Following illustrates a generic data flow architeccture of the projet:

image

References:

Contributors

madhav2k

3 commits

Languages

Python

58.0%

HTML

42.0%