--- license: mit tags: - khmer - khmerhandwritten - khmerdataset - dataset - khmer-handwritten-dataset pretty_name: khmer handwritten dataset 4.2k images --- 4.2k images khmer handwritten Dataset This repository contains a dataset of khmer handwritten dataset ## Installation ### Prerequisites Before cloning this repository, make sure you have Git LFS installed: #### Install Git LFS - **Linux/macOS:** ```sh curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt install git-lfs ``` - **Windows:** Download and install Git LFS from [git-lfs.github.com](https://git-lfs.github.com/) ### Clone the Repository ```sh git clone https://github.com/SoyVitou/khmer-handwritten-dataset-4.2.git cd khmer-handwritten-dataset-4.2 ``` ### Pull LFS Files ```sh git lfs install git lfs pull ``` ## Usage You can load the dataset using Python with Pandas: ```python import pandas as pd # Load training set df_train = pd.read_parquet("trainset.parquet") print(df_train.head()) # Load validation set df_valid = pd.read_parquet("validset.parquet") print(df_valid.head()) # Load test set df_test = pd.read_parquet("testset.parquet") print(df_test.head()) ``` ## License [Specify your license here, e.g., MIT, Apache 2.0, etc.] ## Contact For any issues or inquiries, please contact telegram: 0964060587.