Extract MNIST handwritten digits dataset binary file into bmp images
Extract MNIST handwritten digits dataset binary file into bmp images
More info at http://yann.lecun.com/exdb/mnist/
To install them in conda environment
conda env update --file requirements.yml
python3 main.py filename output_folder
arguments:
filename File name to extract
output_folder Folder to extract files in
Already extracted images can be downloaded at releases