awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 个仓库

Awesome GitHub RepositoriesDataset Loading

Processes for retrieving data from various sources and converting it into structured formats.

Distinct from Dataset Loading Utilities: Candidates are too specific to either recommendation datasets, cloud storage, or custom tensor loaders.

Explore 29 awesome GitHub repositories matching data & databases · Dataset Loading. Refine with filters or upvote what's useful.

Awesome Dataset Loading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/parlaifacebookresearch 的头像

    facebookresearch/ParlAI

    10,625在 GitHub 上查看↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Provides specialized mechanisms for loading conversational datasets from JSON files into the research framework.

    Python
    在 GitHub 上查看↗10,625
  • xpixelgroup/basicsrXPixelGroup 的头像

    XPixelGroup/BasicSR

    8,297在 GitHub 上查看↗

    BasicSR is a PyTorch-based image restoration toolbox and framework designed for training and deploying deep learning models to upscale, denoise, and deblur images and videos. It serves as a comprehensive system for image super-resolution and video quality restoration, providing the necessary infrastructure to recover fine visual details and increase pixel density. The project distinguishes itself through specialized toolkits for facial image enhancement and high-fidelity face synthesis, as well as a dedicated video quality restoration suite that utilizes deformable convolutions and generative

    Implements processes for retrieving image pairs and sequences from various storage backends.

    Pythonbasicsrbasicvsrdfdnet
    在 GitHub 上查看↗8,297
  • open-mmlab/mmagicopen-mmlab 的头像

    open-mmlab/mmagic

    7,434在 GitHub 上查看↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Loads image data and optional annotations required for high-fidelity restoration and inpainting tasks.

    Jupyter Notebookaigccomputer-visiondeep-learning
    在 GitHub 上查看↗7,434
  • fqrabbit/sstap-ruleFQrabbit 的头像

    FQrabbit/SSTap-Rule

    6,563在 GitHub 上查看↗

    SSTap-Rule is a routing rule set and game traffic accelerator designed to optimize connectivity and reduce latency for online games. It provides a collection of curated network routing configurations specifically for the SSTap client to ensure game data is directed through optimized network paths. The project utilizes geo-based routing configurations and geographic datasets to balance network routing accuracy and processing efficiency. This allows for the steering of internet traffic based on location to improve connection stability and speed. The system covers broader capabilities in networ

    Loads pre-configured routing rules from external datasets to automate game-specific network traffic redirection.

    Pythonsstapsstap-rule
    在 GitHub 上查看↗6,563
  • cocodataset/cocoapicocodataset 的头像

    cocodataset/cocoapi

    6,377在 GitHub 上查看↗

    This project is a toolkit and API designed for parsing, manipulating, and visualizing image annotations for computer vision tasks. It provides a programming interface to load and organize Common Objects in Context annotations, specifically for object detection, image segmentation, and keypoint estimation. The library includes tools for converting formatted JSON files into data structures that support the analysis of pixel-level masks and skeletal markers. It enables the visual verification of ground truth accuracy by rendering bounding boxes, segmentation masks, and keypoint markers directly

    Provides utilities for loading image dataset labels into memory for analysis.

    Jupyter Notebook
    在 GitHub 上查看↗6,377
  • dmlc/gluon-cvdmlc 的头像

    dmlc/gluon-cv

    5,922在 GitHub 上查看↗

    Gluon-CV 是一个 MXNet 计算机视觉库,提供了一系列预实现的视觉架构和训练管线。它作为一个深度学习研究工具包和模型库,包含用于图像和视频分析的最先进预训练权重。 该项目包括一个专门的人体姿态估计库和模型压缩工具包。这些工具允许对深度学习模型进行剪枝和量化,以提高推理速度并促进在受限边缘硬件上的部署。 该库涵盖了广泛的视觉功能,包括图像分类、目标检测以及语义和实例分割。它还提供视频分析工具,如动作识别、目标跟踪和单目深度估计。 训练通过自动化管线和分布式多 GPU 工作负载提供支持,以加速模型收敛。

    Provides specialized loaders for importing video-based datasets used in action recognition tasks.

    Pythonaction-recognitioncomputer-visiondeep-learning
    在 GitHub 上查看↗5,922
  • mrdbourke/zero-to-mastery-mlmrdbourke 的头像

    mrdbourke/zero-to-mastery-ml

    5,839在 GitHub 上查看↗

    本项目是一个机器学习教育课程和学习平台,通过交互式 Jupyter Notebooks 提供。它作为掌握 Python 数据科学工具包的综合指南,为数值计算、表格数据操作和统计可视化提供结构化教程。 该课程包括 Scikit-Learn 的具体实现指南,以及关于构建、训练和部署神经网络及计算机视觉模型的 TensorFlow 实践课程。它涵盖了构建预测模型的端到端过程,从初始问题定义和任务分类,到通过交互式 Web 界面部署模型。 该项目涵盖了广泛的功能领域,包括多维数组的数值计算、探索性数据分析和数据预处理例程。它为监督和无监督学习、自动化机器学习流水线、超参数优化以及使用分类指标和交叉验证的模型评估提供了详细的工作流。 教育内容组织为一系列 Notebook,将 Python 代码与叙述性解释交织在一起,以记录数据科学工作流。

    Explains techniques to reduce training bottlenecks using caching, shuffling, and prefetching for dataset loading.

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    在 GitHub 上查看↗5,839
  • timescale/pgaitimescale 的头像

    timescale/pgai

    5,802在 GitHub 上查看↗

    pgai 是一个 PostgreSQL AI 工具包和框架,旨在将大语言模型和向量嵌入直接集成到数据库中。它充当了在标准数据库查询中执行机器学习模型请求和进行文本转 SQL 翻译的桥梁。 该项目提供了一个自动化的向量嵌入流水线,负责处理来自表和非结构化文档的文本加载、解析和分块。该系统利用后台工作进程在源数据发生变化时自动同步嵌入,并包含用于构建检索增强生成(RAG)应用和语义搜索引擎的专用工具。 该工具包涵盖了广泛的功能领域,包括利用 OCR 处理非结构化数据、创建将数据库模式映射到自然语言的语义目录,以及通过向量索引和结果重排序实现高性能相似度搜索。它还支持通过 SQL 调用外部模型,从而实现数据增强、分类和内容审核。

    Provides capabilities for loading datasets from external repositories into the database for machine learning workflows.

    PLpgSQL
    在 GitHub 上查看↗5,802
  • pytorch/torchtunepytorch 的头像

    pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Loads text-only datasets from Hugging Face for fine-tuning, supporting formats like Alpaca and summarization.

    Python
    在 GitHub 上查看↗5,774
  • meta-pytorch/torchtunemeta-pytorch 的头像

    meta-pytorch/torchtune

    5,774在 GitHub 上查看↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a config-driven system for instantiating components, orchestrating distributed training, and managing parameter-efficient fine-tuning with quantization support, all through YAML-based configurations and command-line overrides. The library distinguishes itself through its comprehensive post-training workflow orchestration, combining supervised fine-tuning, preference optimization (DPO, PPO, GRPO), knowledge distillation, and quantization-aware training in a single configurable pip

    Loads common text-only datasets like Alpaca and summarization from Hugging Face for fine-tuning.

    Python
    在 GitHub 上查看↗5,774
  • owid/covid-19-dataowid 的头像

    owid/covid-19-data

    5,663在 GitHub 上查看↗

    Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data

    Loads a specific COVID-19 dataset into a DataFrame using a unique URI identifier.

    Pythoncoronaviruscovidcovid-19
    在 GitHub 上查看↗5,663
  • facebookresearch/mmffacebookresearch 的头像

    facebookresearch/mmf

    5,635在 GitHub 上查看↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Loads curated multimodal datasets including question answering, captioning, and visual reasoning benchmarks.

    Pythoncaptioningdeep-learningdialog
    在 GitHub 上查看↗5,635
  • dlt-hub/dltdlt-hub 的头像

    dlt-hub/dlt

    5,472在 GitHub 上查看↗

    dlt 是一个 Python 数据摄取工具和 ETL 流水线框架,旨在从不同来源获取数据并将其持久化到结构化目标中。它作为一个模式推断引擎,可自动检测数据类型并将嵌套的 JSON 结构扁平化为关系表,将数据从源端移动到数据湖、数据仓库或向量数据库。 该项目通过 AI 驱动的流水线生成脱颖而出,利用大语言模型为 REST API 构建提取代码和连接器。它还支持多模态向量存储和向量数据库的专门填充,以支持 AI 和机器学习应用。 该框架涵盖了广泛的功能,包括自动化模式演进、通过状态跟踪进行增量数据加载,以及通过强制执行数据契约进行数据质量验证。它提供了用于关系数据规范化、加载前后转换的工具,以及针对 SQL 数据库和云对象存储的多种目标适配器。 可观测性通过流水线执行仪表板、列血缘跟踪以及使用基于内容的哈希进行模式版本验证来处理。

    Processes data from diverse sources and converts it into structured formats with automatic schema creation.

    Pythondatadata-engineeringdata-lake
    在 GitHub 上查看↗5,472
  • internlm/xtunerInternLM 的头像

    InternLM/xtuner

    5,150在 GitHub 上查看↗

    xtuner 是一个用于大语言模型的综合训练引擎,提供用于预训练、监督微调以及视觉-语言多模态模型优化的工具包。它作为一个分布式训练加速器和专门的框架,用于扩展专家混合(MoE)模型,并通过人类反馈强化学习(RLHF)来对齐模型行为。 该项目的特色在于先进的内存和计算优化,例如用于超长上下文窗口的序列并行,以及用于减少 GPU 空闲时间的交错流水线并行。它提供了一套专门的偏好优化套件,实现了如组相对策略优化(GRPO)和直接偏好优化(DPO)等技术,以优化模型策略和奖励系统。 广泛的功能领域涵盖跨多节点的分布式模型训练、多模态数据集准备以及基于适配器(Adapter)的微调管理。该引擎还包括用于模型评估、权重合并以及将训练参数导出到推理引擎的工具。 训练通过标准化的配置文件和分布式启动器进行管理,以确保跨计算集群的一致结果。

    Imports datasets from external repositories and transforms them into a unified structure for training.

    Pythonagentdeepseek-v3gpt-oss
    在 GitHub 上查看↗5,150
  • nyandwi/machine_learning_completeNyandwi 的头像

    Nyandwi/machine_learning_complete

    4,983在 GitHub 上查看↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Provides methods for retrieving datasets from public URLs and converting them into Pandas DataFrames.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    在 GitHub 上查看↗4,983
  • thunlp/openpromptthunlp 的头像

    thunlp/OpenPrompt

    4,877在 GitHub 上查看↗

    OpenPrompt 是一个提示学习(Prompt Learning)框架,旨在使大型语言模型适应下游自然语言处理任务。它提供了一套全面的工具包,用于实现手动、软提示(Soft Prompt)和连续提示策略,允许在不更新所有底层参数的情况下对模型进行精调。 该项目支持离散和连续提示调优。它包括一个通过梯度下降将可训练的软标记(Soft Tokens)和嵌入注入模型输入的系统,以及一个自动提示生成引擎,该引擎使用束搜索(Beam Search)和生成模型为特定数据集发现高概率文本模板。 该框架涵盖了多个核心功能领域,包括模板设计和标签口语化(Label Verbalization),用于将分类标签映射到词汇表单词。它还提供模型适配工具来封装预训练模型、用于提高预测准确性的 Logit 校准,以及具有用于少样本学习(Few-shot Learning)的专门采样逻辑的数据流水线。 训练和实验工作流通过定义学习场景、超参数和流水线规范的配置文件进行管理。

    Loads training, development, and test examples from directories and organizes associated class labels.

    Python
    在 GitHub 上查看↗4,877
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    这是一个关于使用 PyTorch 构建神经网络的综合教学资源和课程。它涵盖了深度学习的基本构建块,包括张量操作、自动微分以及模块化神经网络组件的构建。 该仓库是多个专业领域的参考指南。它提供了计算机视觉任务(如图像分类、目标检测和语义分割)的实现细节,以及涉及 Transformer、循环网络和生成模型的自然语言处理工作流。此外,它还包括生成式 AI 的参考资料,专门关注通过扩散模型和对抗网络进行图像合成。 材料延伸至模型优化和部署流水线。它涵盖了通过量化和将模型导出为 ONNX 和 TensorRT 等格式来减小模型大小并提高推理速度的技术。其他能力领域包括用于并行加载的数据工程、使用自定义指标的模型评估,以及开源大语言模型的部署。 该项目主要以一系列 Jupyter Notebook 的形式提供。

    Implements processes for retrieving data using indexing or sequences to provide a consistent stream of samples.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
  • alibaba/x-deeplearningalibaba 的头像

    alibaba/x-deeplearning

    4,301在 GitHub 上查看↗

    This project is a distributed machine learning platform and sparse deep learning framework designed for training and serving models with high-dimensional sparse data. It functions as an online model serving infrastructure and recommendation system engine, enabling real-time item retrieval and scoring using deep tree matching and neural networks. The system distinguishes itself through a multi-task learning framework that optimizes multiple objective functions within a shared representation space. It features a specialized online serving infrastructure that supports dynamic model hot-loading a

    Loads feature-rich data from files using configurable batch sizes, thread counts, and distributed failover support.

    PureBasic
    在 GitHub 上查看↗4,301
  • swe-bench/swe-benchSWE-bench 的头像

    SWE-bench/SWE-bench

    4,321在 GitHub 上查看↗

    SWE-bench is an automated evaluation framework that tests large language models on real-world software engineering tasks. It measures how effectively models can generate and apply code patches that resolve actual GitHub issues, using a standardized dataset and scoring system built around Docker-based patch verification against original project test suites. The framework provides curated benchmark datasets spanning comprehensive, fast, verified, multilingual, and multimodal evaluation splits, allowing targeted assessment of model capabilities across different programming languages and issue ty

    Loads oracle or retrieval datasets for evaluating retrieval-augmented models.

    Pythonbenchmarklanguage-modelsoftware-engineering
    在 GitHub 上查看↗4,321
  • torchgeo/torchgeotorchgeo 的头像

    torchgeo/torchgeo

    4,077在 GitHub 上查看↗

    TorchGeo is a PyTorch library designed for deep learning on geospatial data, providing a framework for building and training neural networks for tasks such as semantic segmentation, object detection, and change detection. It serves as a comprehensive pipeline for remote sensing, featuring specialized dataset loaders and multispectral image preprocessing tools. The library is distinguished by a dedicated remote sensing model zoo and extensive support for transfer learning, allowing users to integrate pre-trained weights optimized for specific satellite sensors. It also includes support for sel

    Loads low-dimensional representations of geospatial data to facilitate similarity searches and land cover mapping.

    Pythoncomputer-visiondatasetsdeep-learning
    在 GitHub 上查看↗4,077
上一个12下一个
  1. Home
  2. Data & Databases
  3. Dataset Loading

探索子标签

  • AudioProcesses for importing and converting raw audio files and speech datasets into tensors. **Distinct from Dataset Loading:** Specializes general dataset loading for audio-specific file formats and speech corpora.
  • Built-InLoads popular benchmark datasets pre-wrapped for streaming iteration, covering classification, regression, and multi-output tasks. **Distinct from Dataset Loading:** Distinct from Dataset Loading: focuses on pre-wrapped streaming datasets for benchmarking, not general dataset loading processes.
  • COVID-19 Dataset LoadersLoads a specific COVID-19 dataset into a DataFrame using a unique URI identifier. **Distinct from Dataset Loading:** Distinct from Dataset Loading: focuses on COVID-19-specific dataset loading via URI, not general data retrieval.
  • Composition Dataset LoadersSpecialized loaders for image composition involving alpha mattes, foregrounds, and backgrounds. **Distinct from Dataset Loading:** Focuses on the specific logic of loading layered assets for composition, rather than general dataset retrieval.
  • Conditional Dataset LoadersLoaders that pair images with class labels for conditional generative model training. **Distinct from Dataset Loading:** Specifically handles the pairing of data with class labels for conditional GANs, unlike general dataset loading.
  • Embodied AI Task LoadersLoads embodied AI tasks from structured dataset files that define scene configurations, object placements, and success criteria. **Distinct from Dataset Loading:** Distinct from Dataset Loading: focuses on loading task-specific configurations for embodied AI simulation, not general dataset ingestion.
  • Facial Image LoadersLoaders specifically for facial images including normalization and spatial augmentations. **Distinct from Dataset Loading:** Specializes general dataset loading for the facial domain
  • GeometrySpecialized processes for retrieving and structuring 3D mesh and material data from files. **Distinct from Dataset Loading:** Focuses on 3D geometry data structures rather than general data retrieval or ML datasets.
  • Geospatial Embedding LoadersLoading low-dimensional geospatial embeddings for similarity search and land cover mapping. **Distinct from Dataset Loading:** Distinct from Dataset Loading: specifically targets low-dimensional vector representations of geographic data.
  • OpenML Dataset LoadersLoading datasets by name and version from the OpenML remote repository. **Distinct from Dataset Loading:** Distinct from Dataset Loading: specifically targets the OpenML repository rather than general data sources.
  • Performance OptimizationsTechniques to accelerate the ingestion and loading of datasets into memory or GPU tensors. **Distinct from Dataset Loading:** Distinct from Dataset Loading: focuses specifically on performance enhancements like caching and prefetching rather than the basic retrieval process.
  • Pre-PackagedLoads a pre-packaged streaming dataset that yields one sample at a time without reading the entire file into memory. **Distinct from Dataset Loading:** Distinct from Dataset Loading: focuses on pre-packaged streaming datasets that yield one sample at a time, not general dataset loading.
  • Routing Policy DatasetsExternal datasets used to automate the redirection of network traffic based on predefined routing rules. **Distinct from Dataset Loading:** Focuses on routing rule sets for traffic steering rather than general data retrieval or ML training data loading
  • Text Dataset LoadersLoading common text-only datasets like Alpaca, grammar correction, and summarization from Hugging Face for fine-tuning. **Distinct from Dataset Loading:** Distinct from Dataset Loading: specifically targets text-only datasets for LLM fine-tuning, not general data loading.
  • Training Data PrefetchingOptimizing the speed of data ingestion for ML models through caching, shuffling, and prefetching. **Distinct from Dataset Loading:** Specifically addresses the ML training pipeline's loading bottlenecks rather than general database retrieval.
  • Video ActionSpecialized loaders for importing video-based datasets used in action recognition tasks. **Distinct from Dataset Loading:** Specifically targets the ingestion of action-recognition video datasets, not general dataset retrieval.
  • Video Sequence LoadersLoaders designed to read sequential video frames with configurable windowing and augmentation. **Distinct from Dataset Loading:** Focuses on temporal sequences rather than general data samples
  • VisionSpecialized loaders for retrieving image data and associated annotations for computer vision tasks. **Distinct from Dataset Loading:** Specifically handles the loading of images and their paired annotations for tasks like super-resolution.