Skip to content

alexsharp-ai/Open-AI-based-Voice-Chatbot-in-Raspberry-Pi-or-PC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%