Browse Source

Update README.md

tags/v0.3.2
bxdd GitHub 1 year ago
parent
commit
76e737dae9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -11,8 +11,8 @@
<a href="https://pypi.org/project/learnware/#files"> <a href="https://pypi.org/project/learnware/#files">
<img alt="Platform" src="https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20macos-lightgrey"> <img alt="Platform" src="https://img.shields.io/badge/platform-linux%20%7C%20windows%20%7C%20macos-lightgrey">
</a> </a>
<a href="https://github.com/Learnware-LAMDA/Learnware/actions">
<img alt="Test" src="https://github.com/Learnware-LAMDA/Learnware/actions/workflows/install_learnware_with_source.yaml/badge.svg">
<a href="https://github.com/Learnware-LAMDA/Learnware/actions/workflows/test_learnware_with_source.yaml">
<img alt="Test" src="https://github.com/Learnware-LAMDA/Learnware/actions/workflows/test_learnware_with_source.yaml/badge.svg">
</a> </a>
<a href="https://pypi.org/project/learnware/#history"> <a href="https://pypi.org/project/learnware/#history">
<img alt="PypI Versions" src="https://img.shields.io/pypi/v/learnware"> <img alt="PypI Versions" src="https://img.shields.io/pypi/v/learnware">
@@ -77,7 +77,7 @@ The learnware paradigm consists of two distinct stages:
<img src="./docs/_static/img/learnware_framework.svg" width="70%"/> <img src="./docs/_static/img/learnware_framework.svg" width="70%"/>
</div> </div>


The architecture is designed based on the guidelines including _decoupling_, _autonomy_, _reusability_, and _scalability_. The above architecture diagram illustrates the architecture and framework from the perspectives of both modules and workflows.
The architecture is designed based on the guidelines including _decoupling_, _autonomy_, _reusability_, and _scalability_. The above diagram illustrates the framework from the perspectives of both modules and workflows.


- At the workflow level, the `learnware` package consists of `Submitting Stage` and `Deploying Stage`. - At the workflow level, the `learnware` package consists of `Submitting Stage` and `Deploying Stage`.




Loading…
Cancel
Save