/Atom-AI-assistant

Primary LanguagePythonMIT LicenseMIT

Atom-AI-assistant

Atom Voice Assistant with ChatGPT and DALI This is a Python voice assistant that is integrated with ChatGPT and DALI. With this assistant, you can perform a variety of tasks using natural language commands.

Features

  • Voice recognition for natural language commands
  • Integration with ChatGPT for chatbot functionality
  • Integration with DALI for smart home control

Requirements

  • speech_recognition
  • tkinter and customtkinter
  • os
  • time
  • datetime
  • random
  • openai
  • wikipedia
  • pywikihow
  • webbrowser
  • pyautogui
  • screenshot
  • screen_brightness_control
  • subprocess
  • requests
  • sys
  • winshell
  • platform
  • clipboard
  • beautifulsoup
  • geopy
  • psutil
  • geopy
  • wmi
  • Python 3.x
  • PyAudio (for voice recognition)
  • chatbot (for ChatGPT integration)
  • DALI driver (for DALI integration)
  • co:here

Installation

  • Clone the repository to your local machine.
  • Install the required packages using pip: pip install -r requirements.txt
  • Connect your DALI devices to your network and configure the DALI driver accordingly.

Minimum system requirements

  • Windows 10/ Ubuntu 16.04 LTS/MacOS High Sierra.
  • 4 GB of Memory.
  • 2.0 GHz CPU.
  • SSD is recommended but HDD can work too.
  • At least 1 GB of free Disk Space.
  • A working microphone and a speaker are required for the communication to take place.

Usage

  • Start the assistant by running python main.py
  • Wait for the assistant to say "Ready" before giving a command.
  • Speak your command into the microphone. You can use natural language commands like "Turn on the lights" or "What's the weather like today?".
  • he assistant will respond to your command using text-to-speech technology.

Customization

You can customize the assistant's behavior by editing the config.json file. This file contains settings for the voice recognition module, the ChatGPT module, and the DALI module. You can adjust these settings to fit your needs.

Troubleshooting

If the assistant is not recognizing your voice commands, make sure that your microphone is connected and configured correctly. If the ChatGPT module is not working correctly, make sure that you have an internet connection and that your API key is valid. If the DALI module is not working correctly, make sure that your DALI devices are connected and configured correctly.

Credits