3 Revize b7a3d3b14a ... 49e5d3dddc

Autor SHA1 Zpráva Datum
  MaochengHu 49e5d3dddc first commit před 2 roky
  MaochengHu 2348a233dc Merge branch 'master' into dev před 2 roky
  MaochengHu 32edcfea55 first commit před 2 roky
1 změnil soubory, kde provedl 11 přidání a 1 odebrání
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -5,5 +5,15 @@
 - Email: wojiaohumaocheng@gmail.com
 - Create Time: 2020/09/16
 
-## Description 
+## Description
 ![alt 图标](src_code/images/description.jpg)
+This algorithm framework based on `Torchserver`(refer to [TorchServe Git](https://github.com/pytorch/serve)) is for
+algorithm development.
+
+## Install
+### 1. install torchserve
+```sh  install_torchserve.sh```
+### 2. build mar(recode)
+```sh build_mar.sh```
+### 3. start serve
+`` sh start_torch_serve``