Simple image classification using AWS SageMaker to train and deploy a model in the cloud.
This project demonstrates how to build and train an image classification model using Amazon SageMaker. The Jupyter notebook runs on AWS infrastructure with data stored in S3.
ImageClassification.ipynb— Main training notebook
- Compute: AWS SageMaker (managed ML instances)
- Storage: Amazon S3
- Runtime: Jupyter Notebook via AWS Console
- Upload the notebook to AWS SageMaker
- Configure the S3 bucket for training data
- Run all cells
- AWS account with SageMaker access
- S3 bucket for data storage