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.
- Host: GitHub
- URL: https://github.com/fitri-hy/chatbot-voice-ai-python
- Owner: fitri-hy
- License: mit
- Created: 2024-04-29T15:39:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T02:19:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T23:37:29.069Z (about 1 year ago)
- Topics: ai, chatbot, python-ai, voice-ai
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.