awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesDocument Segmenters

Tools for splitting large technical documents into semantically coherent chunks for language model processing.

Distinct from Large Language Models: Distinct from general LLM resources: focuses specifically on the document segmentation pipeline for research-to-code workflows.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Document Segmenters. Refine with filters or upvote what's useful.

Awesome Document Segmenters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hkuds/deepcodeAvatar de HKUDS

    HKUDS/DeepCode

    14,539Ver en GitHub↗

    DeepCode is an agentic development framework designed to orchestrate autonomous AI agents for software engineering tasks. It functions as a multi-agent workflow orchestrator that translates natural language requirements into functional codebases by coordinating specialized agents for architectural planning, intent analysis, and implementation. The platform integrates multiple language models to power these automated routines, providing a unified environment for complex development projects. The system distinguishes itself through its ability to transform academic research papers into executab

    Segments extensive research papers into manageable chunks while preserving semantic meaning for accurate language model processing.

    Pythonagentic-codingllm-agent
    Ver en GitHub↗14,539
  • unstructured-io/unstructuredAvatar de Unstructured-IO

    Unstructured-IO/unstructured

    14,019Ver en GitHub↗

    Unstructured is an enterprise-grade data orchestration engine designed to transform raw, unstructured files into structured, machine-readable formats. It functions as a comprehensive platform for document ingestion, partitioning, and enrichment, specifically engineered to prepare complex data for retrieval-augmented generation and agentic AI workflows. The platform distinguishes itself through its sophisticated document processing strategies, which combine rule-based extraction with vision-language models to handle diverse file layouts, tables, and images. It provides a modular architecture t

    Breaks unstructured documents into manageable text chunks while preserving metadata and source references.

    HTMLdata-pipelinesdeep-learningdocument-image-analysis
    Ver en GitHub↗14,019
  • conardli/easy-datasetAvatar de ConardLi

    ConardLi/easy-dataset

    13,394Ver en GitHub↗

    Easy-dataset is a comprehensive platform designed for the end-to-end management of machine learning datasets, specifically tailored for language and vision model fine-tuning. It functions as a centralized environment for the entire data lifecycle, encompassing the automated generation of synthetic training data, the structural organization of document collections, and the systematic annotation of individual data points. The platform distinguishes itself through its integrated evaluation and orchestration capabilities. It provides a dedicated suite for benchmarking models, featuring blind side

    Splits documents into semantically coherent chunks by analyzing natural language hierarchies and formatting markers.

    JavaScriptdatasetfine-tuningjavascript
    Ver en GitHub↗13,394
  • datahub-project/datahubAvatar de datahub-project

    datahub-project/datahub

    12,141Ver en GitHub↗

    DataHub is a metadata management platform designed to unify technical, operational, and business context across diverse data ecosystems. By utilizing a graph-based metadata model and an event-driven ingestion architecture, it creates a centralized source of truth that maps complex data relationships, lineage, and ownership. This foundational framework enables organizations to maintain a synchronized view of their data landscape, supporting both human-led discovery and automated data operations. The platform distinguishes itself through its focus on grounding artificial intelligence and autono

    Splits long documents into smaller overlapping pieces to ensure content fits within model constraints while maintaining continuity.

    Pythondata-catalogdata-discoverydata-governance
    Ver en GitHub↗12,141
  • grobidorg/grobidAvatar de grobidOrg

    grobidOrg/grobid

    4,954Ver en GitHub↗

    Grobid es un sistema de aprendizaje automático diseñado para transformar publicaciones académicas y científicas en PDF a XML estructurado. Funciona como un analizador de PDF a XML y extractor de metadatos académicos, identificando y normalizando títulos, autores, afiliaciones y referencias bibliográficas de trabajos de investigación. El sistema utiliza un segmentador de documentos de aprendizaje profundo para dividir los PDF sin procesar en regiones funcionales y emplea un resolvedor de referencias bibliográficas para hacer coincidir las citas con registros externos para el enriquecimiento de metadatos y la resolución de DOI. Admite una canalización completa de entrenamiento de modelos de aprendizaje automático, lo que permite la generación de corpus de entrenamiento anotados, reentrenamiento de modelos y la exportación de binarios de modelos. El proyecto cubre una amplia gama de capacidades de extracción, incluyendo el análisis de encabezados de documentos, estructuración del cuerpo del texto completo y la identificación de entidades específicas del dominio como información de financiación y citas de patentes. También proporciona herramientas de análisis espacial para la extracción de cuadros delimitadores y mapeo de coordenadas para sincronizar etiquetas semánticas con el diseño original del PDF. La aplicación se puede desplegar a través de imágenes contenedorizadas e incluye utilidades de línea de comandos para el procesamiento por lotes multiproceso de grandes colecciones de documentos.

    Uses deep learning to segment academic PDFs into functional regions like abstracts and bodies.

    Javabibliographical-referencescrfdeep-learning
    Ver en GitHub↗4,954
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Ver en GitHub↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Ships a filter that splits TTML subtitle documents into time-based segments for streaming.

    Catsc3broadcastcenc
    Ver en GitHub↗3,205
  1. Home
  2. Artificial Intelligence & ML
  3. Large Language Models
  4. Document Segmenters

Explorar subetiquetas

  • Scientific Document SegmentationDividing academic papers into functional regions like abstracts, body text, and annexes. **Distinct from Document Segmenters:** Focuses on functional region identification in scientific papers rather than chunking for LLM ingestion
  • TTML Segment SplittersTools that divide TTML documents into independent samples based on overlapping subtitle intervals. **Distinct from Document Segmenters:** Distinct from Document Segmenters: focuses on TTML subtitle documents specifically, not general technical documents.