https://github.com/slowy07/simplechatbotpyhton
simple chatbot with deep learning using pyhton keras
https://github.com/slowy07/simplechatbotpyhton
artificial-intelligence chatbot keras-tensorflow pyhton pyhton3
Last synced: 3 months ago
JSON representation
simple chatbot with deep learning using pyhton keras
- Host: GitHub
- URL: https://github.com/slowy07/simplechatbotpyhton
- Owner: slowy07
- Created: 2020-06-03T13:37:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:09:32.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:12:07.806Z (5 months ago)
- Topics: artificial-intelligence, chatbot, keras-tensorflow, pyhton, pyhton3
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpleChatbotPyhton
## installing
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirement
```bash
sudo pip install tensorflow keras nltk
```
clone repository
```bash
git clone github.com/slowy07/simpleChatbotPyhton## running
```
python train_chatbot.py
```