Karma LLM
Open Source Large Language Model
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
Table of Contents
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Get your Bard API key:
- Open https://bard.google.com/ (opens in a new tab) on your system
- Go to Inspect Tab
- Under Applications, click on Cookies tab
- Click on __Secure-1PSID
- Copy the text under Cookie Value tab and paste against BARD_API_KEY
Installation
Clone the repository:
git clone https://github.com/CodeDeployingSquad/KarmaLLM.git
cd KarmaLLM
Install dependencies:
# Use a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
# Install required packages
pip install -r requirements.txt
Download pre-trained models:
# Download and extract any pre-trained models
# Provide a link to the models or specify where they can be obtained
Run the application:
# Execute the main script or command to start your LLM model
AI_Teacher.ipynb
Contributing
For contributing checkout our Contributing Guide (opens in a new tab)
For more guidance checkout All Guides (opens in a new tab)
Contributors
(opens in a new tab)License
This project is licensed under the MIT License (opens in a new tab) - see the LICENSE.md (opens in a new tab) file for details.