Skip to content

Simple app in python to extract the images in the MNIST data set

License

Notifications You must be signed in to change notification settings

Gryfenfer97/MNIST-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Extractor

How to install

$ git clone https://github.com/Gryfenfer97/MNIST-Extractor.git
$ cd MNIST-Extractor
$ mkdir sets

How to use

put the image file and the label file in the folder set.

$ python main.py "sets/t10k-images-idx3-ubyte" "sets/t10k-labels-idx1-ubyte" 130

to extract the first 130 images

They will be available in the output folder

About

Simple app in python to extract the images in the MNIST data set

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages