PyTorch MNIST digit recognition
Self-taught Project
Developed CNN model to classify digits from the MNIST dataset. Additionally, I created an interactive front-end for users to draw digits on a canvas. The libraries and frameworks I utilized for this project include PyTorch for the model, Flask for backend functionality, and Bootstrap for frontend design.