A python package for interacting with Insilico Medicine's products deployed on AWS
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file insilico_aws-1.2.12.tar.gz.
File metadata
- Download URL: insilico_aws-1.2.12.tar.gz
- Upload date:
- Size: 42.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6916e4105e73481e668db8fb579d56f4602d49c39379b603640fb216ff29c503
|
|
| MD5 |
e194fd1a4e55803877d282df5245c6f3
|
|
| BLAKE2b-256 |
920928dec9b90ae9f6d2997b7c4ad0f271cce831c943ea1c127980a52766e4cf
|
File details
Details for the file insilico_aws-1.2.12-py3-none-any.whl.
File metadata
- Download URL: insilico_aws-1.2.12-py3-none-any.whl
- Upload date:
- Size: 45.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1156c9a7533584c34d549d668ab1d670370a8f98bb54bf4665d0c23c6fc83f43
|
|
| MD5 |
4fba68cdaa49976fdca6fea41f540912
|
|
| BLAKE2b-256 |
3ed75a69431fa5d2bb9dd9dc70f009270f9f3a2c502dfb362fcaabf4c37e14cf
|