PyConf Hyd 2017
Chatbots built for conducting a hands-on workshop on how to build chabots
Installation Instrtuctions
- In your cmd or terminal run
pip install -r requirements.txt
- Make sure all the packages are installed without any errors
- To Download nltk data
- Open python shell
python
- In the shell type the following lines
import nltk
nltk.downloader()
- A new window will open. Select the
English corpora
and download it.
- Open python shell