umico.az / README.md
zmmmdf's picture
Update README.md
814dc79 verified
---
license: mit
language:
- az
tags:
- umico.az
- umico
- online
- azerbaijan
- azerbaijani
- azerbaycan
- azl
- tap.aza
- bina.az
- turbo.az
pretty_name: Umico.Az
size_categories:
- 10K<n<100K
---
# Umico Dataset
This dataset contains products listings scraped from umico.az.
## Introduction
The dataset includes details such as products name, price, seller, image url, and product url.
. For extracting own realtime dataset, please visit to the [GitHub repository](https://github.com/zmmmdf/umico2csv/tree/main).
## Usage
```py
from datasets import load_dataset
dataset = load_dataset("zmmmdf/umico.az")
print(dataset[0])
```
## Citation
If you use our work, please cite:
```
@misc{ma2023taxi1500,
title={Umico.AZ: Dataset contains products listings scraped from umico.az.},
author={Ziya Mammadov},
year={2024},
}
```