Skip to content

hyunwoongko/dialobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages