Skip to content

Home assistant made with python, using OpenAI gpt-4o and ElevenLabs

Notifications You must be signed in to change notification settings

M1chol/atom-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open source Polish voice assistant

Requierd OpenAI API key to work

Setup

git clone https://github.com/M1chol/atom-assistant
cd atom-assistant
python -m venv .venv

then on Windows

.\.venv\Scripts\activate
pip install -r .\requirements.txt

or on linux and mac do this instead

source .venv/bin/activate
pip install -r requirements.txt

you will need following following things:

  1. OpenAI api key
  2. Spotify developer app

from there you will need:

  1. username
  2. clientID
  3. clientSecret
  4. redirect_url

you can follow first steps of this guide to create app and find those variables

launch assistant.py

About

Home assistant made with python, using OpenAI gpt-4o and ElevenLabs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages