https://github.com/sohamsshah/chatx
A Deep-Learning based Chat-bot in Python to talk with you.
https://github.com/sohamsshah/chatx
Last synced: 8 months ago
JSON representation
A Deep-Learning based Chat-bot in Python to talk with you.
- Host: GitHub
- URL: https://github.com/sohamsshah/chatx
- Owner: sohamsshah
- Created: 2020-05-31T10:28:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T08:10:24.000Z (about 6 years ago)
- Last Synced: 2025-09-15T14:51:02.698Z (9 months ago)
- Language: Python
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatX
A Deep-Learning based Chat-bot in Python to talk with you.
---
### Introduction
ChatX is a Python-based chatbot application. It is being trained on a DNN architecture, where training data is being provided to the model and
corresponding output is predicted. According to the training results, this model gives 89.9% accuracy. Important to note that it doesn't output random
replies to the user, but replies the most suitable answer stored in data. Moreover, it has options to choose between "Chat" and "Voice" conversation modes.
---
### Features
* Deep Learning-based Chatbot
* No random replies
* Text reply option
* Voice reply option (requires interent connection)
* Accepts voice commands from user (requires internet connection)
* Can be extended as a Desktop Application to perform various jobs such as creating/deleting files, playing videos online, google search, etc. by voice commands.
---
### Credits:
#### Contributorsđź’»:
* [Soham Shah](https://github.com/sohamsshah/)
#### Libraries Used:
* gTTS
* Tensorflow
* Keras
* nltk
* tflearn
* speech_recognition
* playsound
* numpy