Skip to content

Commit

Permalink
multiple models in web demo, update README, Vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Dec 18, 2024
1 parent 2d7629e commit 4f5e4d3
Show file tree
Hide file tree
Showing 7 changed files with 169,813 additions and 75,239 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
Loading

0 comments on commit 4f5e4d3

Please sign in to comment.