kaiyuanshe/osschat

[AutoReply] As a Dev, I can log chats in OSSChat with Chatopera BOT

hailiang-wang opened this issue · 0 comments

There are some questions asked frequently, such as how to setup a software, how to contribute codes, and we answer them again and again.

Describe the solution you'd like

I would suggest to use wechaty chatopera plugin to make these things works.

What it does with Chatopera Wechaty Plugin -

  1. Collect chats data in Chatopera BOT
  2. Later you can analyze chats history with lattcice service for big data
  3. With the report generated from lattice service, one can list the FAQs, then import them with an Excel or JSON file in Chatopera

With lattice which is very cool, it use Unsupervised machine learning technologies to analysis the keywords and cluster the similiar sentences in the chats. Further, it could be enhance the chatbot's skills for Knowledge which is a FAQ database, scripting dialogues which is using chats sytanx, intents training which builds talks with slots and dicts.

Example -

image

Additional context

Now, we forked OSSChat in https://github.com/chatopera/osschat

And Wechaty Chatopera Plugin - https://github.com/wechaty/wechaty-chatopera

Will work on this, any discussion is welcomed.