Skip to content

kaydee0502/printed-digits-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printed Numerical Digits Image Dataset.

Version : v0.1 Beta

Contains around 3000 images of digitally printed numeric dataset.

Each image is of dimension 28x28 and is grayscale. This dataset was purposely created for sudoku digits classification hence it shows blank image for 0 (zeros).

This dataset originally had 177 images, afterwards augmentation was performed.

Repository Structure:

  • All images are in assets forlder with their respective names, example: folder assets/1 contains all images with label 1.

  • Folder model contains a pretrained CNN model trained on this data (96% accuracy on 10 epochs with batch size 10).

  • File loader.py is a helper file to convert sudoku images into cells and save them as desired output in respective assets folder, Note that this script uses a global counter variable stored in counter.pickle.

Contribute:

We still required more data, apart from that images of digit 0 is needed, Pull Requests are most welcome and appreciated..

License:

MIT License

Copyright (c) 2021 Kshitij Dhama

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.