Sign inSign up

ersiliaos/eos2hzy

Sponsored OSS

By Ersilia Open Source Initiative

Updated 10 days ago

Ersilia Model Hub Identifier: eos2hzy

Image
0

7.0K

ersiliaos/eos2hzy repository overview

PubChem Molecular Sampler

A simple sampler of the PubChem database using their API. It looks for similar molecules (similarity 0.7) to the input molecule and returns a list of maximum 100 molecules by default. This model has been developed by Ersilia and posts queries to an online server.

This model was incorporated on 2023-08-10.Last packaged on 2026-09-14.

Information

Identifiers
  • Ersilia Identifier: eos2hzy
  • Slug: pubchem-sampler
Domain
  • Task: Sampling
  • Subtask: Similarity search
  • Biomedical Area: Any
  • Target Organism: Any
  • Tags: Similarity
Input
  • Input: Compound
  • Input Dimension: 1
Output
  • Output Dimension: 100
  • Output Consistency: Fixed
  • Interpretation: Up to 100 nearest molecules in PubChem (similarity >0.7)

Below are the Output Columns of the model:

NameTypeDirectionDescription
smi_00stringCompound index 0 queried with the PubChem API
smi_01stringCompound index 1 queried with the PubChem API
smi_02stringCompound index 2 queried with the PubChem API
smi_03stringCompound index 3 queried with the PubChem API
smi_04stringCompound index 4 queried with the PubChem API
smi_05stringCompound index 5 queried with the PubChem API
smi_06stringCompound index 6 queried with the PubChem API
smi_07stringCompound index 7 queried with the PubChem API
smi_08stringCompound index 8 queried with the PubChem API
smi_09stringCompound index 9 queried with the PubChem API

10 of 100 columns are shown

Source and Deployment
Resource Consumption
  • Model Size (Mb): 1
  • Environment Size (Mb): 446
  • Image Size (Mb): 492.53

Computational Performance (seconds):

  • 10 inputs: 33.85
  • 100 inputs: 463.3
  • 10000 inputs: -1
References
License

This package is licensed under a GPL-3.0 license. The model contained within this package is licensed under a GPL-3.0-or-later license.

Notice: Ersilia grants access to models as is, directly from the original authors, please refer to the original code repository and/or publication if you use the model in your research.

Use

To use this model locally, you need to have the Ersilia CLI installed. The model can be fetched using the following command:

# fetch model from the Ersilia Model Hub
ersilia fetch eos2hzy

Then, you can serve, run and close the model as follows:

# serve the model
ersilia serve eos2hzy
# generate an example file
ersilia example -n 3 -f my_input.csv
# run the model
ersilia run -i my_input.csv -o my_output.csv
# close the model
ersilia close

About Ersilia

The Ersilia Open Source Initiative is a tech non-profit organization fueling sustainable research in the Global South. Please cite the Ersilia Model Hub if you've found this model to be useful. Always let us know if you experience any issues while trying to run it. If you want to contribute to our mission, consider donating to Ersilia!

Tag summary

Content type

Image

Digest

sha256:288b23ed8

Size

187 MB

Last updated

10 days ago

docker pull ersiliaos/eos2hzy

This week's pulls

Pulls:

92

Last week