/chatbot-voice-ai-python

Chatbot Voice AI Python is a program that uses the Python programming language to implement a chatbot that is able to interact with users via voice.

Primary LanguagePythonMIT LicenseMIT

Chatbot Voice AI

Installation

git clone https://github.com/fitri-hy/chatbot-voice-ai-python.git

# GUI Version
cd chatbot-voice-ai-python/gui
pip install -r requirements.txt
python main.py

# CMD Version
cd chatbot-voice-ai-python/cmd
pip install -r requirements.txt
python main.py

Change Lang Voice

tts = gTTS(text=text, lang='id')

Support me by giving stars.