Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Dec 18, 2024
1 parent 08d1ac6 commit b0618c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Small and fast target prediction model trained on a panel of targets using ChEMB

The model is exported to the ONNX format so it can be used in any programming language able to generate fingerprints with RDKit

# Try the model online!

Using both RDKit Javascript MinimalLib and ONNX.js. Hosted in github pages: https://chembl.github.io/chembl_multitask_model

# Data Extraction

```bash
Expand Down Expand Up @@ -128,7 +132,3 @@ res = sort(res, by=res->res[2], rev=true)
# C++ REST microservice

https://github.com/eloyfelix/pistache_predictor

# Try it online!

Using both RDKit Javascript MinimalLib and ONNX.js. Hosted in github pages: https://chembl.github.io/chembl_multitask_model

0 comments on commit b0618c1

Please sign in to comment.