File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ## train-and-deploy-ocr-model-on-amazon-sagemaker
1+ # train-and-deploy-ocr-model-on-amazon-sagemaker
22
33** Onboard PaddleOCR with SageMaker Projects for MLOps, illustration with optical character recognition on identity documents**
44
@@ -11,9 +11,11 @@ Or follow step-by-step guidance on Amazon SageMaker Studio Notebooks with our bl
1111# Code Structure
1212
1313* experiments-sagemaker-studio (SageMaker training and deployment SDK)
14- * image-build-train
15- * image-build-deploy
16- * sagemaker-pipeline-workflow
14+ * train_and_deploy (Quick start notebook on SageMaker notebook instances)
15+ * image-build-process (data generation container with CodeBuild template for CICD)
16+ * image-build-train (training container with CodeBuild template for CICD )
17+ * image-build-deploy (inference container with CodeBuild template for CICD)
18+ * sagemaker_pipelines (SageMaker Pipelines for model build workflow)
1719
1820## Features
1921
You can’t perform that action at this time.
0 commit comments