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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hkuds/deepcodeAvatar de HKUDS

    HKUDS/DeepCode

    14,539Voir sur 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
    Voir sur GitHub↗14,539
  • unstructured-io/unstructuredAvatar de Unstructured-IO

    Unstructured-IO/unstructured

    14,019Voir sur 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
    Voir sur GitHub↗14,019
  • conardli/easy-datasetAvatar de ConardLi

    ConardLi/easy-dataset

    13,394Voir sur 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
    Voir sur GitHub↗13,394
  • datahub-project/datahubAvatar de datahub-project

    datahub-project/datahub

    12,141Voir sur 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
    Voir sur GitHub↗12,141
  • grobidorg/grobidAvatar de grobidOrg

    grobidOrg/grobid

    4,954Voir sur GitHub↗

    Grobid est un système de machine learning conçu pour transformer les publications académiques et scientifiques PDF en XML structuré. Il fonctionne comme un analyseur PDF vers XML et un extracteur de métadonnées savantes, identifiant et normalisant les titres, auteurs, affiliations et références bibliographiques des articles de recherche. Le système utilise un segmenteur de documents par deep learning pour diviser les PDF bruts en régions fonctionnelles et emploie un résolveur de références bibliographiques pour faire correspondre les citations avec des registres externes pour l'enrichissement des métadonnées et la résolution de DOI. Il prend en charge un pipeline complet d'entraînement de modèles de machine learning, permettant la génération de corpus d'entraînement annotés, le réentraînement de modèles et l'exportation de binaires de modèles. Le projet couvre un large éventail de capacités d'extraction, y compris l'analyse des en-têtes de documents, la structuration du corps du texte intégral et l'identification d'entités spécifiques au domaine comme les informations de financement et les citations de brevets. Il fournit également des outils d'analyse spatiale pour l'extraction de boîtes englobantes et le mappage de coordonnées afin de synchroniser les étiquettes sémantiques avec la mise en page PDF originale. L'application peut être déployée via des images conteneurisées et inclut des utilitaires en ligne de commande pour le traitement par lots multi-threadé de grandes collections de documents.

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

    Javabibliographical-referencescrfdeep-learning
    Voir sur GitHub↗4,954
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Voir sur 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
    Voir sur GitHub↗3,205
  1. Home
  2. Artificial Intelligence & ML
  3. Large Language Models
  4. Document Segmenters

Explorer les sous-tags

  • 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.