Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubertidavide/local_gpt

Ready to deploy Offline LLM AI web chat.
https://github.com/ubertidavide/local_gpt

ai chat gpt llm offline offline-gpt offline-llm ready-to-deploy ready-to-use web webchat

Last synced: about 1 month ago
JSON representation

Ready to deploy Offline LLM AI web chat.

Awesome Lists containing this project

README

        

# local_gpt
Ready to deploy Offline LLM AI web chat.

## Usage
Instructions to install all the required software and settings.

1. Install Torch from the [official site](https://pytorch.org/get-started/locally/), for more performance use the cuda version if you have the needed hardware.

2. Clone this repository
```bash
git clone --recurse-submodules https://github.com/ubertidavide/local_gpt.git
```

2. Install all Python dependencies using pip:
```bash
pip install -r requirements.txt
```

3. Insert your preferred prompt at `line 24` in the `main.py` code, you could found some awasome promts [here](https://github.com/f/awesome-chatgpt-prompts)

4. Deploy the app locally:
```bash
streamlit run main.py
```