Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/faraui/llama-2-ai-websockets-chatbot
- Owner: faraui
- License: isc
- Archived: true
- Created: 2024-05-31T15:37:28.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:39:22.000Z (5 months ago)
- Last Synced: 2024-09-18T18:25:07.911Z (about 2 months ago)
- Topics: ai, llama, llama2, llama2-7b, websocket
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```