File size: 1,353 Bytes
699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f 69e8330 699795f |
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 |
---
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. |