Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavz/jaivus

JAIvus is a ChatGPT powered personal assistant implemented in python and deployed as streamlit app
https://github.com/gustavz/jaivus

chatbot chatgpt openai python speech-to-text streamlit text-to-speech

Last synced: about 2 months ago
JSON representation

JAIvus is a ChatGPT powered personal assistant implemented in python and deployed as streamlit app

Awesome Lists containing this project

README

        

# [🧞 jAIvus](https://jaivus.streamlit.app/) [ʤɑ́ːvɪs]

Leveraging open source APIs to create a personal assistant chatbot

## Installation

1. Optionally install system dependencies (Ubuntu): `xargs -a packages.txt sudo apt-get install`
2. Install python requirements: `pip install -r requirements.txt`
3. Copy `config.json.example` to `config.json` and fill in OpenAI `api_key` and optionally `session_token`

## Usage

Run `run streamlit app.py`