English Handwritten Characters
3.4k images of handwritten English characters
@kaggle.dhruvildave_english_handwritten_characters_dataset
3.4k images of handwritten English characters
@kaggle.dhruvildave_english_handwritten_characters_dataset
This dataset contains 3,410 images of handwritten characters in English. This is a classification dataset that can be used for Computer Vision tasks. It contains 62 classes with 55 images of each class. The 62 classes are 0-9, A-Z and a-z.
A similar interesting dataset: Kannada Handwritten Characters
@InProceedings{deCampos09,
author = "de Campos, T.~E. and Babu, B.~R. and Varma, M.",
title = "Character recognition in natural images",
booktitle = "Proceedings of the International Conference on Computer
Vision Theory and Applications, Lisbon, Portugal",
month = "February",
year = "2009",
}
Image Credits: Unsplash - mycreate
CREATE TABLE english (
"image" VARCHAR,
"label" VARCHAR
);Anyone who has the link will be able to view this.