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:
To update conda, use:
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.