Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 409 Bytes

File metadata and controls

21 lines (16 loc) · 409 Bytes

Open AI based Voice Chatbot in Raspberry Pi or PC

Installation

To install the required libraries, run the following commands in your terminal:

sudo apt-get install portaudio19-dev
sudo apt-get install python3-pyaudio
pip install speechrecognition
pip install pyttsx3
pip install openai
sudo apt-get install espeak
sudo apt-get install Flac

To Run

python openAIBot.py