https://github.com/hectorpulido/chatbot-with-voice
Jarvis like chatbot with voice
https://github.com/hectorpulido/chatbot-with-voice
ai chatbot speech-recognition text-to-speech
Last synced: about 1 year ago
JSON representation
Jarvis like chatbot with voice
- Host: GitHub
- URL: https://github.com/hectorpulido/chatbot-with-voice
- Owner: HectorPulido
- License: mit
- Created: 2021-03-14T03:21:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T04:54:23.000Z (over 2 years ago)
- Last Synced: 2023-12-13T05:34:08.110Z (over 2 years ago)
- Topics: ai, chatbot, speech-recognition, text-to-speech
- Language: Python
- Homepage: https://pequesoft.net
- Size: 10.7 KB
- Stars: 14
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jarvis like chatbot (chatbot with voice recognition)
This is a voice-chatbot made with python.
[](https://www.youtube.com/watch?v=yvb-FmRFcoA&list=PLHdk97dabfvzTZyKLb_spWHvI-qLArEzm&index=4)
## How to use
1. install requirements with
```
pip install -m requirements.txt
```
2. run it
```
python main.py
```
3. Adapt it to your need
## Licence
This repository uses SpeechRecognition library, pyttsx3 library and [Hugginface](https://github.com/huggingface/transformers) everything else is under MIT license
Let's connect 😋