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
- Host: GitHub
- URL: https://github.com/dulajkavinda/chatbot-dl
- Owner: dulajkavinda
- License: mit
- Created: 2020-07-14T08:13:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:35:30.000Z (over 2 years ago)
- Last Synced: 2025-03-27T08:53:32.856Z (7 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
```