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:
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.
Following illustrates a generic data flow architeccture of the projet:
References:
3 commits
Python
58.0%
HTML
42.0%
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:
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.
Following illustrates a generic data flow architeccture of the projet:
References:
3 commits
Python
58.0%
HTML
42.0%