Categories:

Social Share

How can I share my model files for deployment?

The model files can be shared in any of the following ways

 

Github - Upload all the required files to a GitHub public repository and share the repo link as the inference source location

 

Google Drive - Go to the root directory (where inference.py exists), select all the required files, compress them into an inference.zip file. Upload it to Google Drive. Right-click on inference.zip in the drive, select ‘Get Link’, choose ‘Anyone with the link’ to give public view access, and provide the link as the inference source location

 

Other

Any other URL which can be used to download the inference.zip file with a simple http request can also be provided as the inference source location (Eg: AWS S3)