Preliminaries

This week, I focused on creating issues and pull requests for deep learning exercises that enable users to upload and run their own models in real-time with a browser webcam.

This week, I began laying the groundwork for these exercises by setting up the necessary infrastructure, improving UI elements, and training the digit classification model with the MNIST dataset and exporting the model as an ONNX model.

📝 Created Issues for Two New Exercises:

🔀 Submitted Pull Requests for the Exercises:

Objectives

  • Create issues and pull requests for human detection and digit classification exercises.
  • Improve the user interface for the upload model button and filter according to the exercise name.
  • Train a Sample DL Model