/techbot

A chatbot that gives information about various technologies

Primary LanguageHTML

techbot

A chatbot that gives information about various technologies

This bot has 2 version

  1. Smbot - A sample bot built using commands
  2. Techbot - An NLU powered chatbot using Api.ai

Installation Instrtuctions

  1. In your cmd or terminal run
    pip install -r requirements.txt
  2. Make sure all the packages are installed without any errors
  3. To Download nltk data
    1. Open python shell
      python
    2. In the shell type the following lines
      import nltk
      nltk.download()
    3. A new window will open. Select the English corpora and download it.

Code

Slides

Ask py

Practice Problems