Using PyGame library to create a pane for user to draw. Then, user's drawing will be passed to deep learning model for prediction.
In this video, it mainly focuses on the implementation of application GUI.
Main library used:
GUI: PyGame
Deep learning: PyTorch
Details of model:
Model: ResNet-18
Trained on MNIST dataset beforehand.
コメント