hyunwoongko / dialobot

Opensource chatbot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialobot: Opensource Chatbot Framework

PyPI version GitHub

1. What is Dialobot ?

  • Opensource chatbot framework available for free.
  • Neural chatbot framework using the latest models (RoBERTa, DistillUSE, mBART)
  • Multilingual chatbot framework that supports English, Korean, Chinese.
  • Zero-shot chatbot framework that can be used immediately without training.
  • Chatbot builder that supports web application and RESTful API for services.


2. Installation

pip install dialobot



3. Usage

3.1. Web Application

  • After executing the script below, enter localhost:FRONTEND_PORT in your web browser to connect to the builder application.
  • Since the frontend server and the backend server are running at the same time, ctrl + c may not shut down all server at once. At this time, make sure to shut down both servers using the ctrl + z + pkill -9 Python command.
>>> from dialobot import Application
>>> Application(frontend_port=8080, backend_port=8081)



Others

Work in process



License

Dialobot project is licensed under the terms of the Apache License 2.0.

Copyright 2021 Hyunwoong Ko. All Rights Reserved.

About

Opensource chatbot framework

License:Apache License 2.0


Languages

Language:Python 100.0%