Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 683 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 683 Bytes

Annotated MNIST

Semi-automatic labeler for MNIST handwritten digit dataset. This module attaches additional tags for 'skew' and 'thickness'.

alt tag

alt tag

Prerequisites

This code requires Tensorflow and OpenCV. The MNIST dataset is stored in the 'MNIST_data' directory. The files will be automatically downloaded if the dataset does not exist.

Usage

Example usages are shown in jupyter notebook.