Skip to content

Commit 448fbcc

Browse files
author
EC2 Default User
committed
edit aws_marketplace/using_model_packages/auto_insurance/automating_auto_insurance_claim_processing.ipynb
1 parent 2cf6acf commit 448fbcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aws_marketplace/using_model_packages/auto_insurance/automating_auto_insurance_claim_processing.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Goal: Automate Auto Insurance Claim Processing Using Pre-trained Models \n",
7+
"# Goal: Automate Auto Insurance Claim Processing Using Pre-trained Models \n",
88
"Auto insurance claim process requires extracting metadata from images and performing validations to ensure that the claim is not fraudulent. This sample notebook shows how third party pre-trained machine learning models can be used to extract such metadata from images.\n",
99
"\n",
1010
"This notebook uses [Vehicle Damage Inspection](https://aws.amazon.com/marketplace/pp/Persistent-Systems-Vehicle-Damage-Inspection/prodview-xhj66rbazm6oe) model to identify the type of damage and [Deep Vision vehicle recognition](https://aws.amazon.com/marketplace/pp/prodview-a7wgrolhu54ts?qid=1558356141251&sr=0-4&ref_=srh_res_product_title) to identify the make, model, year, and bounding box of the car. This notebook also shows how to use the bounding box to extract license information from the using [Amazon Rekognition](https://aws.amazon.com/rekognition/).\n",
1111
"\n",
12-
"### Pre-requisites:\n",
12+
"## Pre-requisites\n",
1313
"This sample notebook requires subscription to following pre-trained machine learning model packages from AWS Marketplace:\n",
1414
"\n",
1515
"1. [Vehicle Damage Inspection](https://aws.amazon.com/marketplace/pp/Persistent-Systems-Vehicle-Damage-Inspection/prodview-xhj66rbazm6oe)\n",
@@ -33,7 +33,7 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"### Set up environment and view a sample image\n",
36+
"## Set up environment and view a sample image\n",
3737
"\n",
3838
"In this section, we will import necessary libraries and define variables such as an S3 bucket, an IAM role, and SageMaker session to be used."
3939
]
@@ -311,7 +311,7 @@
311311
"cell_type": "markdown",
312312
"metadata": {},
313313
"source": [
314-
"## Step 3. Extract labels from the picture (optional)\n",
314+
"## Step 3: Extract labels from the picture (optional)\n",
315315
"\n",
316316
"Let us use the car image extracted from the original image for extracting license information using [Amazon Rekognition](https://aws.amazon.com/rekognition/).\n",
317317
"\n",
@@ -392,7 +392,7 @@
392392
"cell_type": "markdown",
393393
"metadata": {},
394394
"source": [
395-
"### 5. Cleanup "
395+
"## 5: Cleanup "
396396
]
397397
},
398398
{

0 commit comments

Comments
 (0)