Skip to content

Convokit is a python based contextual chatbot framework

Notifications You must be signed in to change notification settings

anshul-cached/convokit

Repository files navigation

convokit

Convokit is a python based contextual chatbot framework to create chatbots

This is the very first release of the framework and it is in beta

The major dependencies of the framework are

  • Elasticsearch
  • Python >= 3.0
  • Training of the model

    python train.py -c config/config.json
    

    Serving model

    python serve.py -c config/config.json
    

    NOTE: The idea behind this project was to learn the working of contextual chatbots