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

https://github.com/dulajkavinda/chatbot-dl

AI chatbot using Deep Learning
https://github.com/dulajkavinda/chatbot-dl

Last synced: 7 months ago
JSON representation

AI chatbot using Deep Learning

Awesome Lists containing this project

README

          

# ChatBot
An AI ChatBot with deep learning with tensorflow

### notes
tensorflow 1 and python < 3.8

## installation
+ install with
```bash
pip3 install -r requirements.txt
```
run this on python:
```python3
import nltk
nltk.download('punkt')
```