Skip to content

Commit aa27865

Browse files
committedFeb 15, 2023
Update notebook for dc2
Signed-off-by: shiyu22 <[email protected]>
1 parent 3d9c963 commit aa27865

File tree

3 files changed

+249
-499
lines changed

3 files changed

+249
-499
lines changed
 

Diff for: ‎medical/molecular_search/1_build_molecular_search_engine.ipynb

+96-239
Large diffs are not rendered by default.

Diff for: ‎medical/molecular_search/2_deep_dive_molecular_search.ipynb

+151-258
Large diffs are not rendered by default.

Diff for: ‎medical/molecular_search/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Drug discovery, as the source of medical innovation, is an important part of new
44

55

66

7-
This example will show you how to find the similar, sub or super molecular formula. It mainly consists of two notebooks, I think everyone can learn the basic operations of Molecular Search System through the [**getting started notebook**](./1_build_molecular_search_engine.ipynb). And the [**deep dive notebook**](./2_deep_dive_molecular_search.ipynb) will show you how to deploy the service.
7+
This example will show you how to find the similar, sub or super molecular formula. It mainly consists of two notebooks, I think everyone can learn the basic operations of Molecular Search System through the [**getting started notebook**](./1_build_molecular_search_engine.ipynb). And the [**deep dive notebook**](./2_deep_dive_molecular_search.ipynb) will show you how to deploy the showcase.
88

99
## Learn from Notebook
1010

@@ -14,4 +14,4 @@ In this notebook you will get the prerequisites, how to complete a simple molecu
1414

1515
- [Deep Dive](./2_deep_dive_molecular_search.ipynb)
1616

17-
In this notebook you will learn how to improve system stability, and finally show you how to start the FastAPI service.
17+
In this notebook you will learn how to search sub and super structure, and finally show you how to start the Radio service.

0 commit comments

Comments
 (0)
Please sign in to comment.