aws-samples / sagemaker-101-workshop

Hands-on demonstrations for data scientists exploring Amazon SageMaker
76 stars 47 forks source link

Draw digits interactively in JLab/SMStudio for migration challenge #27

Closed athewsey closed 2 years ago

athewsey commented 2 years ago

Issue #, if available: #3

Description of changes:

Enables interactively drawing digits and classifying them with trained model for the MNIST challenge - which we used to support only for plain Jupyter environments (where, unlike JupyterLab/SMStudio, plain JS+HTML widgets could be embedded and directly call functions on the Python kernel).

Status:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

athewsey commented 2 years ago

Merging this without PyTorch port for now, as it's likely we'll work on bringing the PyTorch & TensorFlow alternatives into same exercise folders soon which would involve re-aligning them anyway.