powerserg79 / chatgpt-api-whisper-api-voice-assistant

personal assistant using chatgpt api and whisper api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javis

Setup

Install ffmpeg with:

brew install ffmpeg

Create a virtual environment and install the requirements:

python3 -m venv jarvis
source jarvis/bin/activate
pip install -r ./src/requirements.txt

Run

Run the app:

python ./src/app.py

About

personal assistant using chatgpt api and whisper api


Languages

Language:Python 100.0%