techbot
A chatbot that gives information about various technologies
This bot has 2 version
- Smbot - A sample bot built using commands
- Techbot - An NLU powered chatbot using Api.ai
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.download()
- A new window will open. Select the
English corpora
and download it.
- Open python shell