All Projects → ownthink → Robot

ownthink / Robot

知识图谱问答机器人,聊天机器人,基于知识图谱、语义理解等的对话机器人。

Projects that are alternatives of or similar to Robot

zhamao-framework
协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)
Stars: ✭ 99 (-81.32%)
Mutual labels:  robot, chatbot
go-aida
[DEPRECATED] wechat robot based on wechat-go(wechat web api)
Stars: ✭ 71 (-86.6%)
Mutual labels:  robot, chatbot
Chat-Bot
Chatbot – is a computer program that simulates a natural human conversation. Users communicate with a chatbot via the chat interface or by voice, like how they would talk to a real person.
Stars: ✭ 26 (-95.09%)
Mutual labels:  robot, chatbot
Rultor
DevOps Team Assistant
Stars: ✭ 428 (-19.25%)
Mutual labels:  chatbot
Github Bot
GitHub 自动处理 issue、PR、releases 机器人
Stars: ✭ 434 (-18.11%)
Mutual labels:  robot
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (-9.25%)
Mutual labels:  chatbot
Node Serialport
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
Stars: ✭ 5,015 (+846.23%)
Mutual labels:  robot
Poppy Humanoid
Poppy Humanoid is an open-source and 3D printed humanoid robot. Optimized for research and education purposes, its modularity allows for a wide range of applications and experimentations.
Stars: ✭ 419 (-20.94%)
Mutual labels:  robot
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (-5.66%)
Mutual labels:  chatbot
Vector Python Sdk
Anki Vector Python SDK
Stars: ✭ 462 (-12.83%)
Mutual labels:  robot
Build A Bot With Zero Coding
An example of using Google Sheets to create a Viber survey chat bot without a backend server
Stars: ✭ 460 (-13.21%)
Mutual labels:  chatbot
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (-17.17%)
Mutual labels:  robot
Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (-9.81%)
Mutual labels:  robot
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+704.53%)
Mutual labels:  chatbot
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-2.64%)
Mutual labels:  chatbot
Tf seq2seq chatbot
[unmaintained]
Stars: ✭ 420 (-20.75%)
Mutual labels:  chatbot
Slacker
Slack Bot Framework
Stars: ✭ 495 (-6.6%)
Mutual labels:  chatbot
Onebot
OneBot 标准:一个聊天机器人应用接口标准
Stars: ✭ 455 (-14.15%)
Mutual labels:  chatbot
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+781.13%)
Mutual labels:  chatbot
Seq2seqchatbots
A wrapper around tensor2tensor to flexibly train, interact, and generate data for neural chatbots.
Stars: ✭ 466 (-12.08%)
Mutual labels:  chatbot

思知问答机器人

思知是作者的一个理想国,作者在人工智能方面不断努力着,希望有一天能够出现独立思考的人工智能机器人,虽然明知道短期内不可能实现,但却一直向着他的梦执着前行着。

项目介绍

机器人采用了基于知识图谱的语义感知与理解。

自然语言处理工具:https://github.com/ownthink/Jiagu

知识图谱项目:https://github.com/ownthink/KnowledgeGraph

语义理解项目:https://github.com/ownthink/Semantic

机器人示范:https://www.ownthink.com/robot.html

项目使用方式

下载到本地,直接用浏览器打开index.html即可使用。

git clone [email protected]:ownthink/robot.git

部署属于自己的机器人

get请求api示范

https://api.ownthink.com/bot?appid=xiaosi&userid=test&spoken=姚明多高啊?

post请求api示范

curl -XPOST https://api.ownthink.com/bot  -d'
{
	"appid":"xiaosi",
	"userid":"test",
	"spoken":"姚明多高啊?"
}
'

api免费申请方式

注册账号,创建机器人:https://console.ownthink.com/

或者加入qq群向群主申请 
人工智能qq群1:90780053(满)
人工智能qq群2:956936481(满)
人工智能qq群3:1160292084
知识图谱qq群1:55152968(满)
知识图谱qq群2:740104333

api使用方式

申请后将可获得一个独立的appid,将上面示范请求方式中appid的xiaosi替换成自己的appid即可。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].