All Projects → SciSharp → Botsharp

SciSharp / Botsharp

Licence: apache-2.0
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.

Projects that are alternatives of or similar to Botsharp

Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (-91.3%)
Mutual labels:  chatbot, chatbot-framework, natural-language-processing, nlu
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (-62.65%)
Mutual labels:  artificial-intelligence, chatbot, natural-language-processing, nlu
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+1098.46%)
Mutual labels:  chatbot, natural-language-processing, nlu
virtual-assistant
Virtual Assistant
Stars: ✭ 67 (-93.93%)
Mutual labels:  chatbot, nlu, chatbot-framework
sepia-docs
Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
Stars: ✭ 160 (-85.49%)
Mutual labels:  chatbot, nlu, chatbot-framework
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+760.02%)
Mutual labels:  chatbot, chatbot-framework, nlu
Articutapi
API of Articut 中文斷詞 (兼具語意詞性標記):「斷詞」又稱「分詞」,是中文資訊處理的基礎。Articut 不用機器學習,不需資料模型,只用現代白話中文語法規則,即能達到 SIGHAN 2005 F1-measure 94% 以上,Recall 96% 以上的成績。
Stars: ✭ 252 (-77.15%)
Mutual labels:  artificial-intelligence, natural-language-processing, nlu
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (-56.39%)
Mutual labels:  chatbot, chatbot-framework, natural-language-processing
Olivia
💁‍♀️Your new best friend powered by an artificial neural network
Stars: ✭ 3,114 (+182.32%)
Mutual labels:  artificial-intelligence, chatbot, natural-language-processing
Clause
🏇 聊天机器人,自然语言理解,语义理解
Stars: ✭ 323 (-70.72%)
Mutual labels:  chatbot, natural-language-processing, nlu
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+323.39%)
Mutual labels:  chatbot, natural-language-processing, nlu
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-53.22%)
Mutual labels:  chatbot, natural-language-processing, nlu
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (-24.66%)
Mutual labels:  artificial-intelligence, natural-language-processing
Tensorlayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers 🔥
Stars: ✭ 6,796 (+516.14%)
Mutual labels:  artificial-intelligence, chatbot
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-98.37%)
Mutual labels:  artificial-intelligence, natural-language-processing
Spago
Self-contained Machine Learning and Natural Language Processing library in Go
Stars: ✭ 854 (-22.57%)
Mutual labels:  artificial-intelligence, natural-language-processing
Ciphey
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
Stars: ✭ 9,116 (+726.47%)
Mutual labels:  artificial-intelligence, natural-language-processing
Ciff
Cornell Instruction Following Framework
Stars: ✭ 23 (-97.91%)
Mutual labels:  artificial-intelligence, natural-language-processing
Cog
Bringing the power of the command line to chat
Stars: ✭ 910 (-17.5%)
Mutual labels:  chatbot, chatbot-framework
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-96.92%)
Mutual labels:  chatbot, nlu

The Open Source AI Chatbot Platform Builder

Join the chat at https://gitter.im/publiclab/publiclab Apache 2.0 NuGet Build status Documentation Status

"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."

BotSharp is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier.

It's written in C# running on .Net Core that is full cross-platform framework. C# is a enterprise grade programming language which is widely used to code business logic in information management related system. More friendly to corporate developers. BotSharp adopts machine learning algrithm in C# directly. That will facilitate the feature of the typed language C#, and be more easier when refactoring code in system scope.

Why we do this? Because we all know Python is not friendly programming language for enterprise developers, it's not only because it's low performance but also it's a type weak language, it will be a disaster if you use Python to build your bussiness system.

BotSharp is in accordance with components principle strictly, decouples every part that is needed in the platform builder. So you can choose different UI/UX, or pick up a different NLP Tagger, or select a more advanced algorithm to do NER task. They are all modulized based on unified interfaces.

Some Features

  • Integrated debugging is easier without relying on any other machine learning algorithm libraries.
  • Built-in multi-Agents management, easy to build Bot as a Service platform.
  • Context In/ Out with lifespan to make conversion flow be controllable.
  • Use the natural language processing pipeline mechanism to work with extensions easily, and build your own unique robot processing flows.
  • Rewrote NLP algorithm from ground without historical issues.
  • Support export/ import agent from other bot platforms directly.
  • Support different UI providers like Rasa UI and Articulate UI.
  • Support for multiple data request and response formats such as Rasa NLU and Dialogflow.
  • Integrate with popular social platforms like Facebook Messenger, Slack and Telegram.
  • Multi-core parallel computing optimization, High-Performance C# on GPUs in Hybridizer.

Quick Started

  • Make sure that you have downloaded the related components.
  • See the file "BotSharp\BotSharp.WebHost\Settings\app.json",change the path to your own project's path.
  • Select dialogflow or articulate to make it work.

You can use docker compose to run BotSharp quickly, make sure you've got Docker_ installed.

 PS D:\> git clone https://github.com/dotnetcore/BotSharp
 PS D:\> cd BotSharp
 PS D:\BotSharp\> docker-compose -f dockerfiles/docker-compose-core.yml up

Point your web browser at http://localhost:3112 and enjoy BotSharp Core.

Extension Libraries

BotSharp uses component design, the kernel is kept to a minimum, and business functions are implemented by external components. The modular design also allows contributors to better participate.

  • BotSharp platform emulator extension which is compatible with RASA NLU.
  • BotSharp platform emulator extension which is compatible with Google Dialogflow.
  • BotSharp platform emulator extension which is compatible with Articulate AI.
  • BotSharp platform emulator extension which is compatible with RasaTalk.
  • A channel module of BotSharp for Facebook Messenger.
  • A channel module of BotSharp for Tencent Wechat.
  • A channel module of BotSharp for Telegram.
  • Articulate UI customized for BotSharp NLU.

Documents

Read the docs: https://botsharp.readthedocs.io

If you feel that this project is helpful to you, please Star the project, we would be very grateful.

Member project of SciSharp STACK which is the .NET based ecosystem of open-source software for mathematics, science, and engineering.

Scan QR code to join TIM group:

SciSharp STACK

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].