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

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

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
```