接口文档
sequenceDiagram
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
大图¶
flowchart LR
待标注 -- 人工 --> 待确认
待标注 -- 算法 --> 待标注
flowchart LR
待审核 -- 人工 --> 待审核
待审核 -- 算法 --> 待审核
上传规则¶
flowchart TD
S[Start] --> B{ CreateTenantImage.uploaded? }
B -- Yes --> E[End]
B -- No ----> C{ CreateImageTmpChunk }
C -- chunk --> C
C --> E[End]
CreateImageTmpChunk
Restful接口
service = cn.com.medipath.mpai.proto.ApiService
action = CreateImageTmpChunk
文件名 = {sha256Hex}.{chunk}
Apple Silicon (M1) and Raspberry Pi
The official Docker image is only available for linux/amd64. We recommend
the third-party image by @afritzler if you want to run Material for MkDocs
via Docker on arm64 or armv7, as it is automatically built on every
release: