Skip to content

insilicomedicine/insilico-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insilico Medicine AWS SDK

Insilico-aws is a python package for interacting with Insilico Medicine's products deployed on AWS. Please check the examples directory for more details.

This package is optional, if you a proficient user of the Sagemaker API you might prefer sagemaker.Session direct usage.

Installation

pip install insilico-aws

Quick Start

Before using the package make sure you have configured AWS credentials, the default region can be overwritten by the client parameter region_name.

Use the Product Arn (can be found in your subscription details) to create the client instance:

from insilico_aws import AlgorithmClient
client = AlgorithmClient(algorithm='<name>', arn='<arn>')

Check the example Jupyter notebooks of chosen algorithm/model for further details (fine-tune jobs, inference endpoints, e.t.c.)

Use the following command to create test notebooks and datafiles in your local workspace:

python -c "import insilico_aws; insilico_aws.load_examples(overwrite=False)"

then open the examples directory.

Support

If you have any questions or need assistance, feel free to reach out at: chemistry42@insillicomedicine.com

About

AWS client package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published