SoyVitou/khmer-handwritten-dataset-4.2k
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: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 Clone the Repository git… See the full description on the dataset page: https://huggingface.co/datasets/SoyVitou/khmer-handwritten-dataset-4.2k.
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:
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
Clone the Repository
git clone https://github.com/SoyVitou/khmer-handwritten-dataset-4.2.git
cd khmer-handwritten-dataset-4.2Pull LFS Files
git lfs install
git lfs pullUsage
You can load the dataset using Python with Pandas:
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.
