AIModelShare

Welcome to AIModelShare’s documentation!

Installing the Library

To install the AIModelShare library using PyPI:

# Install aimodelshare library
! pip install aimodelshare

To install the AIModelShare library on Anaconda:

Conda/Mamba Install (For Mac and Linux Users Only, Windows Users should use pip method):

Make sure you have conda >=4.9.

You can check your conda version with:

conda --version

To update conda, use:

conda update conda

Installing aimodelshare from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, aimodelshare can be installed with conda:

conda install aimodelshare

Or with mamba:

mamba install aimodelshare

To fully utilize the library functionality, you will need to set up credentials with the AI Model Share website and/or with Amazon Web Services. See the credentials user guide HERE.

AI Model Share Tutorial

Generating Credentials

AI Model Share Example Notebooks

AI Model Share Classes

AI Model Share Supporting Functions

AI Model Share Advanced Features

About Us

Indices and tables

License

AI | Model Share - All rights reserved. Terms of Service and Privacy Policy.