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

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

Awesome Lists containing this project

README

          

# AI_Chatbot

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](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)