gamebusterz / convokit

Convokit is a python based contextual chatbot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

    Convokit is a python based contextual chatbot framework


    Languages

    Language:Python 100.0%