Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 262 Bytes

JARVIS_GPT

This is a simple project integrating voice recognizition, ChatGPT and voice synthesis.

Usage

  1. Get your API key
  2. Replace openai.api_key to your API key in main.py
  3. Run main.py

Dependencies

  1. openai
  2. pyttsx3
  3. pyaudio
  4. wave