sayurio/startech.com.bd-web-scrape
收藏资源简介:
--- license: mit task_categories: - text-generation - table-question-answering language: - en - bn tags: - e-commerce - hardware - electronics - bangladesh - web-scraped pretty_name: Star Tech Product Archive Web Scrape size_categories: - 10K<n<100K --- # Star Tech Product Archive ## Overview This repository contains a comprehensive dataset scraped from [startech.com.bd](https://www.startech.com.bd/), a major retailer of computers, hardware components, and consumer electronics in Bangladesh. The dataset serves as a structured archive of product catalogs, technical specifications, pricing, and descriptions. ## Purpose and Usage This dataset is published publicly and strictly for **educational, research, and analytical purposes**. It is an excellent resource for data scientists, developers, and hardware enthusiasts looking to: * Perform market analysis and price trend tracking for consumer electronics. * Train or evaluate models for e-commerce parsing and tabular data extraction. * Build Retrieval-Augmented Generation (RAG) systems for tech and hardware recommendations. * Analyze product specifications and component availability within the regional market. ## Dataset Details * **Source:** startech.com.bd * **Collection Method:** Web scraping * **Content Type:** E-commerce product data (including titles, prices, descriptions, specifications, and categorical hierarchy). * **Repository:** `sayurio/startech.com.bd-web-scrape` ## Copyright and Fair Use Disclaimer This archive is created under the principles of **Fair Use** (under Section 107 of the Copyright Act) for purposes such as criticism, comment, research, and scholarship. * **No Ownership Claimed:** The creator of this repository does not claim any ownership, authorship, or copyright over the original product descriptions, images, or branding. All rights, title, and interest in the original content, logos, and trademarks remain entirely with their respective manufacturers, brands, and Star Tech Engineering Ltd. * **Non-Commercial:** This dataset is provided completely free of charge and is strictly not intended for commercial gain, competitive market manipulation, or profit. * **Transformative Use:** The data has been aggregated, extracted from its original web formatting, and compiled specifically for computational analysis and educational study. This represents a transformative use of the original publicly available material. **Takedown Requests:** If you are a copyright holder or representative of the source website and wish for specific data to be removed from this archive, please open an issue or contact the repository owner directly. Please submit a removal request specifying the exact URLs, SKUs, or product identifiers you wish to have taken down so they can be accurately located within the dataset and removed. ## How to Use You can load this dataset directly into your Python environment using the Hugging Face `datasets` library. *(Note: If your data is in a specific format like `.csv` or `.jsonl`, ensure you specify the `data_files` argument if necessary).* ```python from datasets import load_dataset # Load the dataset dataset = load_dataset("sayurio/startech.com.bd-web-scrape") # View the structure of the first product entry print(dataset['train'][0]) ``` ***
--- 许可证:MIT许可证 任务类别: - 文本生成 - 表格问答 语言: - 英语 - 孟加拉语 标签: - 电子商务 - 硬件 - 电子设备 - 孟加拉国 - 网络爬取 展示名称:Star Tech产品档案网络爬取数据集 规模类别:10K<n<100K --- # Star Tech产品档案 ## 概述 本仓库包含从孟加拉国主要电脑、硬件组件及消费电子产品零售商[startech.com.bd](https://www.startech.com.bd/)爬取的综合数据集。该数据集为产品目录、技术规格、定价及商品描述的结构化档案。 ## 用途与使用场景 本数据集公开发布,**仅用于教育、研究及分析用途**。其为数据科学家、开发者及硬件爱好者提供了优质资源,可用于: * 开展消费电子产品的市场分析与价格趋势追踪 * 训练或评估电子商务解析及表格数据抽取相关模型 * 构建面向科技与硬件推荐的检索增强生成(Retrieval-Augmented Generation, RAG)系统 * 分析区域市场内的产品规格与组件供货情况 ## 数据集详情 * **数据来源**:startech.com.bd * **采集方式**:网络爬取 * **内容类型**:电子商务产品数据(包含商品标题、价格、描述、规格及分类层级) * **仓库地址**:`sayurio/startech.com.bd-web-scrape` ## 版权与合理使用声明 本档案依据《版权法》第107条规定的**合理使用**原则创建,用于评论、评述、研究及学术研讨等场景。 * **无所有权主张**:本仓库创建者不对原始商品描述、图片或品牌标识主张任何所有权、著作权或版权。原始内容、徽标及商标的所有权利、所有权及利益均归属于其各自的制造商、品牌方及Star Tech Engineering Ltd.。 * **非商业用途**:本数据集完全免费提供,严格禁止用于商业获利、竞争性市场操纵或牟利行为。 * **改造性使用**:数据已从原始网页格式中聚合、抽取并编译,专门用于计算分析与教育研究,属于对原始公开可获取材料的改造性使用。 **下架请求**:若您为版权持有者或源网站代表,希望从本档案中移除特定数据,请提交Issue或直接联系仓库所有者。提交下架请求时,请注明需移除的具体URL、SKU或产品标识符,以便我们在数据集中准确定位并完成移除。 ## 使用方法 您可通过Hugging Face的`datasets`库直接将该数据集加载至Python环境中。 *(注:若数据为特定格式如`.csv`或`.jsonl`,请根据需要指定`data_files`参数。)* python from datasets import load_dataset # 加载数据集 dataset = load_dataset("sayurio/startech.com.bd-web-scrape") # 查看首个产品条目的结构 print(dataset['train'][0]) ***



