diff --git a/README.md b/README.md index b331dfef..9cc0b503 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ### The Open Source AI Bot Platform Builder for Enterprise -#### Open up as much learning power as possible for your enterprise robots and precisely control every step of the AI processing pipeline. +***"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our enterprise developers using the BotSharp Bot Platform Builder to build a CaaP. It opens up as much learning power as possible for your enterprise 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 enterprise information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier. 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/C++ interfaces directly which skips the python interfaces. That will facilitate the feature of the typed language C#, and be more easier when refactoring code in system scope. @@ -51,7 +52,7 @@ PS D:\BotSharp\> docker run -it -p 3112:3112 botsharp PM> Install-Package BotSharp.Core PM> Install-Package BotSharp.RestApi ``` -Use BotSharp.NLP as a natural language processing toolkit alone。 +Use BotSharp.NLP as a natural language processing toolkit alone. ``` PM> Install-Package BotSharp.NLP ```