https://github.com/jmisilo/handwritten-digit-recognition-ml
https://github.com/jmisilo/handwritten-digit-recognition-ml
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmisilo/handwritten-digit-recognition-ml
- Owner: jmisilo
- Created: 2023-11-23T15:47:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T06:51:42.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:36:06.149Z (over 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Handwritten Digit Recognition
The goal of this project is to build a model that performs handwritten digit recognition using the MNIST dataset and use W&B for experiment tracking and model registry. Model will be used to implement a simple web app that allows users to draw a digit and get a prediction from it. Model has been developed using PyTorch.
