Sign inSign up

dejanualex/chatbot

By dejanualex

Updated about 4 years ago

Rule Based chatbot.

Image
1

268

dejanualex/chatbot repository overview

TF-IDF chatbot implementation

  • Available tags: 1 and 2

  • Image with tag 1.x with Kubernetes domain knowledge, start the chatbot: docker run -itu 0 dejanualex/chatbot:1.0 bash and stop the chatbot by typing bye

  • Sample of question to probe the corpora:

what is a cluster
storage in kubernetes
kubernetes objects
kubernetes
technologies
what are microservices
tenant in kubernetes
  • Image with tag 2.x is plug and play your dataset (English only):
  1. Create dataset dir mkdir datasets, afterward place a file (e.g txt) with domain-specific knowledge in the datasets directory to be used by the chatbot
  2. Start the chatbot interactively:
    • linux : docker run -v $PWD/datasets:/app/datasets -itu 0 dejanualex/chatbot:2.0 bash
    • windows: docker run -v %cd%/datasets:/app/datasets -itu 0 dejanualex/chatbot:2.0 bash
  3. Stop the chatbot by typing bye

Tag summary

Content type

Image

Digest

Size

234.8 MB

Last updated

about 4 years ago

docker pull dejanualex/chatbot:1.0