AWS Marketplace¶
Publish algorithm on the AWS Marketplace¶
Create your algorithm and model package¶
- Building your own container as Algorithm / Model Package
- Part 1: Packaging and Uploading your Algorithm for use with Amazon SageMaker
- Part 2: Training, Batch Inference and Hosting your Algorithm in Amazon SageMaker
- Part 3 - Package your resources as an Amazon SageMaker Algorithm
- Part 4 - Package your resources as an Amazon SageMaker ModelPackage
Curate your sample notebook¶
Templates¶
- Train, tune, and deploy a custom ML model using For Seller to update: Title_of_your_ML Algorithm Algorithm from AWS Marketplace
- 3: Train a machine learning model
- Deploy For Seller to update: Title_of_your_ML Model Model Package from AWS Marketplace
Use AWS Marketplace algorithms¶
- AWS Marketplace Product Usage Demonstration - Algorithms
Autogluon¶
Use AWS Marketplace model packages¶
Auto insurance¶
Financial transaction processing¶
- Extracting insights from your credit card statements
- Overview:
- Contents:
- Usage instructions
- Step 1.1 Load and View the dataset
- Step 1.2 Identify Transaction date
- Step 1.3 Identify subscriptions
- Step 2.1: Deploy the model
- Step 2.2: Populate candidate merchants and locations in dataframe
- Step 3.1: Identify merchant name
- Step 3.2: Visualize expenses
- Step 4.1: Populate state in which transaction took place
- Step 4.2: Populate city and country
Improving industrial workplace safety¶
- Demonstrating Industrial Workplace Safety using Pre-trained Machine Learning Models
- Step 1: Set up environment and view sample images
- Step 2: Deploy construction worker detection model
- Step 3: Deploy the hard-hat detection model.
- Step 4. Deploy the Personal Protective Equipment (PPE) detection model
- Step 5. Deploy the Construction Machines detection model
- Step 6. Generate actionable insights on video input
- Step 7. Explore other relevant models!
- Step 8. Cleanup
Generic sample notebook¶
- Deploy and perform inference on ML Model packages from AWS Marketplace.
- Pre-requisites:
- Additional Resources:
- Contents:
- Usage instructions
- A. Identify compatible instance-type
- B. Identify content_type
- C. Specify model-package-arn
- A. Create an Endpoint
- B. Create input payload
- View the file you just downloaded
- Step B.1 Pre-process the data (Optional for some models)
- C. Perform Real-time inference
- D. Visualize output
- E. Delete the endpoint
- C. Visualize output