An open API service indexing awesome lists of open source software.

https://github.com/fitri-hy/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.
https://github.com/fitri-hy/chatbot-voice-ai-python

ai chatbot python-ai voice-ai

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.