- Step1: Clone the GitHub repository to your local device.
- Step2: Install Python 3 and required dependencies (speechrecognition, pyaudio, requests, pyttsx3, etc.).
- Step3: Export your OpenAI API key as an environment variable (OPENAI_API_KEY).
- Step4: Connect and configure a microphone and speaker to your device.
- Step5: Adjust settings in config.json (wake word, audio device IDs).
- Step6: Run main.py and wait for the wake word prompt.
- Step7: Speak your query after the wake word; receive a spoken ChatGPT response.