Datasets:
File size: 2,074 Bytes
641f696 73e2dbb 490d9c0 73e2dbb 641f696 072d383 641f696 00ef105 641f696 072d383 641f696 072d383 641f696 73e2dbb 641f696 072d383 641f696 072d383 00ef105 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
license: apache-2.0
task_categories:
- text-to-image
- image-to-text
language:
- th
tags:
- handwriting-recognition
- ocr
pretty_name: Thai Handwriting Dataset
size_categories:
- 10K<n<100K
maintainer: Kobkrit Viriyayudhakorn ([email protected])
dataset_info:
features:
- name: image
dtype: image
- name: text
dtype: string
- name: label_file
dtype: string
---
# Thai Handwriting Dataset
This dataset combines two major Thai handwriting datasets:
1. BEST 2019 Thai Handwriting Recognition dataset (train-0000.parquet)
2. Thai Handwritten Free Dataset by Wang (train-0001.parquet onwards)
## Maintainer
[email protected]
## Dataset Description
### BEST 2019 Dataset
Contains handwritten Thai text images along with their ground truth transcriptions. The images have been processed and standardized for machine learning tasks.
### Wang Dataset
- Exclusively focuses on handwritten sentences in Thai language
- Contains 4,920 unique sentences covering various topics and themes
- Created from contributions by 2,026 users, ensuring diverse handwriting styles
- Encompasses various linguistic patterns, vocabulary, and sentence structures
## Dataset Structure
The dataset is provided in parquet file format with the following columns:
- `image`: Image data (Image type)
- `text`: Ground truth transcription of the handwritten text (String)
- `label_file`: Source label file name (String)
## Usage
This dataset is ideal for:
- Handwriting recognition
- Optical character recognition (OCR)
- Natural language processing (NLP)
- Language generation
Researchers, developers, and enthusiasts can utilize this dataset to:
- Develop and benchmark algorithms
- Train machine learning models
- Explore innovative techniques in Thai language analysis and handwriting recognition
## Original Datasets
1. BEST 2019 Thai Handwriting Recognition competition:
https://thailang.nectec.or.th/best/best2019-handwrittenrecognition-trainingset/
2. Thai Handwritten Free Dataset by Wang: Data Market
https://www.wang.in.th/dataset/64abb3e951752d79380663c2
|