Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faraui/llama-2-ai-websockets-chatbot

Conversational chatbot that leverages the capabilities of the Llama-2 AI and WebSockets for user-friendly communications.
https://github.com/faraui/llama-2-ai-websockets-chatbot

ai llama llama2 llama2-7b websocket

Last synced: about 1 month ago
JSON representation

Conversational chatbot that leverages the capabilities of the Llama-2 AI and WebSockets for user-friendly communications.

Awesome Lists containing this project

README

        

# llama-2-ai-websockets-chatbot
Conversational chatbot that leverages the capabilities of the **Llama-2 AI** and **WebSockets** for user-friendly communications.

The project is abandoned for more than 2 years and there is no intentions of resuming work on it.

## Requirements
- Python3 ([installation guide](https://wiki.python.org/moin/BeginnersGuide/Download))
- Pipenv ([installation guide](https://docs.pipenv.org/install/#installing-pipenv))
- Llama-2 ([reffer here](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML))

## Installation
```bash
git clone https://github.com/faraui/rgb-strip-realtime-music-visualiser.git
cd rgb-strip-realtime-music-visualiser
pipenv shell
pipenv install --verbose
```

## Usage
```bash
pipenv shell
python3 main.py
```