From 8c99bda06a78e517365d8f4bdfc030e31f39d865 Mon Sep 17 00:00:00 2001 From: Oceania Date: Thu, 20 Sep 2018 09:46:45 -0500 Subject: [PATCH 1/2] Update README.rst --- README.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e96f615a..19ad4198 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,26 @@ The Open Source AI Bot Platform Builder .. image:: https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg :target: `gitter`_ + :alt: gitter + :align: left + +.. image:: https://img.shields.io/hexpm/l/plug.svg + :target: `license`_ + :alt: Hex.pm + :align: left +.. image:: https://img.shields.io/nuget/dt/EntityFrameworkCore.BootKit.svg + :target: `botsharpnuget`_ + :alt: NuGet + :align: left + *"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. .. raw:: html - + It's witten 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. @@ -63,3 +75,6 @@ If you feel that this project is helpful to you, please Star on the project, we .. _Rasa UI: https://github.com/paschmann/rasa-ui .. _Articulate UI: https://spg.ai/projects/articulate .. _gitter: https://gitter.im/botsharpcore/Lobby +.. _license: https://raw.githubusercontent.com/Oceania2018/BotSharp/master/LICENSE +.. _botsharpnuget: https://www.nuget.org/packages/BotSharp.Core + From 151d54ba2b26a7bccc6eaff9cd5b4ca088916e58 Mon Sep 17 00:00:00 2001 From: Oceania Date: Thu, 20 Sep 2018 09:47:18 -0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 19ad4198..d30ef635 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ The Open Source AI Bot Platform Builder .. image:: https://img.shields.io/nuget/dt/EntityFrameworkCore.BootKit.svg :target: `botsharpnuget`_ :alt: NuGet - :align: left + *"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."*