https://github.com/arbazkhan4712/ai_chatbot
https://github.com/arbazkhan4712/ai_chatbot
chatbot nltk numpy python tensorflow tflearn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arbazkhan4712/ai_chatbot
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-02-07T12:56:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T13:06:28.000Z (over 6 years ago)
- Last Synced: 2025-03-24T21:22:26.205Z (over 1 year ago)
- Topics: chatbot, nltk, numpy, python, tensorflow, tflearn
- Language: Python
- Size: 29.3 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# AI_Chatbot
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
## Install Packages
Before starting to work on our chatbot we need to download a few python packages. Please note as of writing this these packages will ONLY WORK IN PYTHON 3.6. Hopefully this will be fixed in the future.
We will simply use pip to install the following:
- numpy
- nltk
- tensorflow
- tflearn
Simply go to CMD and type: pip install "package name". Where you will replace "package_name" with all of the entries listed above.
*numpy*
```python
pip install numpy
```
*nltk*
```python
pip install nltk
```
*tensorflow*
```python
pip install tensorflow
```
*tflearn*
```python
pip install tflearn
```
## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)
Licensed under the [MIT License](License)