Downloads · 30 days
0
akram29/minst
minst is a machine learning model from akram29. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Jun 20, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py2.4 KB · 55%
From the Hugging Face model README
pip install -r requirements.txt
python train.py
This downloads the MNIST dataset and creates:
mnist_model.pkl
Place a handwritten digit image named:
digit.png
in the project folder and run:
python predict.py
After training:
python app.py
Draw a digit and click Predict.