Skip to content

hyunwoo-e/OpenBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBot License

Web-based API Server like 'IBM Watson Conversation API', 'Microsoft Language Understanding Intelligence Service'

OpenBot & OpenNLU provides what you need to build retrieval-based korean chatbot.

OpenBot is able to configure dialog to, manage conversation information of user and handle exceptions.

OpenNLU is able to recognize intent and entity using DNN models.

Overview

default

Installation and Settings

setting requirements

  • Set OpenNLU ip & port (ServerConfig.java)

build requirements

  • Spring Framework 4.3.9 RELEASE
  • lombok

execute requirements

  • Apache Tomcat 7.0

Projects based on OpenBot & OpenNLU

Samples

Sample Request

{
	"userKey":"{userkey}",
	"text":"안녕하세요"
}

Sample Response

{
	"text": "안녕하세요 무엇을 도와드릴까요?"
}

Metadata

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages