From 1e729a5e97c3f11856209186a63406ec3a3f42f3 Mon Sep 17 00:00:00 2001 From: haiyuan Date: Mon, 13 Jul 2020 12:41:54 +0800 Subject: [PATCH] Update readme --- DevDocker.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevDocker.md b/DevDocker.md index ecd8a8bf..7edd067b 100644 --- a/DevDocker.md +++ b/DevDocker.md @@ -1,4 +1,4 @@ -# Development docker of DLWorkspace +# Development docker of Apulis platform * Prerequisite: python and docker. If your system is Ubuntu, and hasn't installed python and docker, please run the following to install the required development environment for DL Workspace. If you are using other flavor of Linux or using other system, please consult its instruction on installing docker, python, and other required component. diff --git a/README.md b/README.md index dffa2dc0..3bdb5095 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Apulis Platform -The AI platform is designed to provide an end-to-end AI solution to users from different industries and enable them to start the high-performance AI development work with significantly reduced ramp up time, thereby saving costs and improving efficiency. It will also provide a highly efficient, low cost private cloud AI solution for small and medium size company. +The Apulis platform is designed to provide an end-to-end AI solution to users from different industries and enable them to start the high-performance AI development work with significantly reduced ramp up time, thereby saving costs and improving efficiency. It will also provide a highly efficient, low cost private cloud AI solution for small and medium size company. The platform incorporates TensorFlow, PyTorch, MindSpore and other open source AI frameworks, thereby provides user friendly development environment for AI model training, auto ML, hardware status monitoring etc., making it very easy for AI developers to quickly develop AI application. It also has built-in comprehensive early warning system which can automatically alert the system administrator on any anomaly, thereby improve the platform efficiency and security. -- Gitee