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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to proycon/flat

Open-source alternatives to Flat

25 open-source projects similar to proycon/flat, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Flat alternative.

  • chakki-works/doccanochakki-works avatar

    chakki-works/doccano

    10,687View on GitHub↗

    Doccano is a collaborative labeling platform and text annotation tool designed to create training data for machine learning. It provides a specialized interface for performing sequence labeling and text classification on natural language datasets. The system functions as a supervised learning dataset manager, allowing multiple users to coordinate within a shared workspace to label datasets for natural language processing tasks. It supports the preparation of raw text data for model training by converting unstructured documents into structured labeled examples. The platform includes capabilit

    Python
    View on GitHub↗10,687
  • autonlab/weaselautonlab avatar

    autonlab/weasel

    155View on GitHub↗

    This is a PyTorch-Lightning-based framework, based on our End-to-End Weak Supervision paper (NeurIPS 2021), that allows you to train your favorite neural network for weakly-supervised classification 1

    Python
    View on GitHub↗155
  • batsresearch/nplmBatsResearch avatar

    BatsResearch/nplm

    16View on GitHub↗

    Welcome to NPLM (Noisy Partial Label Model), a programmatic weak supervision system that supports (partial) labeling functions with supervision granuarity ranging from class to a set of classes.

    Python
    View on GitHub↗16
  • code-kern-ai/refinerycode-kern-ai avatar

    code-kern-ai/refinery

    1,470View on GitHub↗

    The data scientist's open-source choice to scale, assess and maintain natural language data. Treat training data like a software artifact.

    Python
    View on GitHub↗1,470
  • cogcomp/talenCogComp avatar

    CogComp/talen

    120View on GitHub↗

    -->

    Java
    View on GitHub↗120

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dataqa/nlp-labellingdataqa avatar

    dataqa/nlp-labelling

    260View on GitHub↗
    JavaScript
    View on GitHub↗260
  • davidjurgens/potatodavidjurgens avatar

    davidjurgens/potato

    387View on GitHub↗

    potato: the portable annotation tool

    Python
    View on GitHub↗387
  • doccano/doccanodoccano avatar

    doccano/doccano

    10,674View on GitHub↗

    Doccano is a collaborative data labeling platform and machine learning dataset management system. It provides a web-based interface for teams to import raw text, mark datasets, and export structured annotations for model training. The project specifically supports text annotation for classification and named entity recognition tasks. It enables teams to coordinate multiple users on a single project to maintain consistent labeling guidelines and increase the speed of dataset creation. The system includes tools for data management and team coordination, providing the ability to import raw data

    Python
    View on GitHub↗10,674
  • ieriii/spacy-annotatorieriii avatar

    ieriii/spacy-annotator

    125View on GitHub↗

    SpaCy annotator for Named Entity Recognition (NER) using ipywidgets. The annotator allows users to quickly assign (custom) labels to one or more entities in the text, including noisy-prelabelling!

    Python
    View on GitHub↗125
  • inception-project/inceptioninception-project avatar

    inception-project/inception

    700View on GitHub↗

    A semantic annotation platform offering intelligent assistance and knowledge management. Homepage · Usage · Demo · FAQ

    Java
    View on GitHub↗700
  • jiesutd/yeddajiesutd avatar

    jiesutd/YEDDA

    1,071View on GitHub↗

    YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.

    Pythonanalysisannotation-toolannotations
    View on GitHub↗1,071
  • jkkummerfeld/slatejkkummerfeld avatar

    jkkummerfeld/slate

    115View on GitHub↗

    This is a tool for labeling text documents. Slate supports annotation at different scales (spans of characters, tokens, and lines, or a document) and of different types (free text, labels, and links). This covers a range of tasks, such as Part-of-Speech tagging, Named Entity Recognition, Text…

    Python
    View on GitHub↗115
  • knodle/knodleknodle avatar

    knodle/knodle

    108View on GitHub↗

    Knodle (Knowledge-supervised Deep Learning Framework) - a new framework for weak supervision with neural networks. It provides a modularization for separating weak data annotations, powerful deep learning models, and methods for improving weakly supervised training.

    Python
    View on GitHub↗108
  • koaning/bulkkoaning avatar

    koaning/bulk

    597View on GitHub↗

    bulk had a good run, but the way forward is to use reactive Python with proper widgets instead. For a full demo of what I recommend now, check this video.

    Python
    View on GitHub↗597
  • label-sleuth/label-sleuthlabel-sleuth avatar

    label-sleuth/label-sleuth

    273View on GitHub↗

      Quick Start   |   Documentation   |   Join Slack  

    Python
    View on GitHub↗273
  • norskregnesentral/skweakNorskRegnesentral avatar

    NorskRegnesentral/skweak

    925View on GitHub↗

    skweak: A software toolkit for weak supervision applied to NLP tasks

    Python
    View on GitHub↗925
  • oxid15/themeOxid15 avatar

    Oxid15/theme

    6View on GitHub↗

    Minimalistic CLI labeling tool for text classification

    Python
    View on GitHub↗6
  • rtiinternational/smartRTIInternational avatar

    RTIInternational/SMART

    230View on GitHub↗

    Smarter Manual Annotation for Resource-constrained collection of Training data

    Python
    View on GitHub↗230
  • samueldobbie/markupsamueldobbie avatar

    samueldobbie/markup

    268View on GitHub↗

    Markup is an online annotation tool that can be used to transform unstructured documents into structured formats for NLP and ML tasks, such as named-entity recognition. Markup learns as you annotate to predict and suggest complex annotations, and also provides integrated access to common and…

    TypeScript
    View on GitHub↗268
  • snorkel-team/snorkelsnorkel-team avatar

    snorkel-team/snorkel

    5,981View on GitHub↗

    Snorkel is a weak supervision system that enables users to programmatically generate training labels for machine learning models without manual annotation. At its core, it provides a framework for writing labeling functions as Python callables that each vote on data points, and then trains a probabilistic graphical model over these multiple weak supervision sources to estimate latent true labels without any ground truth data. The system automatically learns accuracy and correlation parameters between labeling functions by analyzing observed agreement patterns on unlabeled data, converting lab

    Python
    View on GitHub↗5,981
  • stanfordnlp/corenlpstanfordnlp avatar

    stanfordnlp/CoreNLP

    10,085View on GitHub↗

    CoreNLP is a Java natural language processing library designed to convert raw human language text into structured data. It utilizes a suite of linguistic annotators to analyze text through a pipeline, extracting grammatical structures, sentiment, and linguistic patterns. The project includes a coreference resolution engine that links multiple mentions of the same entity to maintain contextual consistency across documents. It also provides tools for named entity recognition to categorize people, companies, and locations, and a part-of-speech tagger to assign grammatical categories and base for

    Java
    View on GitHub↗10,085
  • tecoholic/ner-annotatortecoholic avatar

    tecoholic/ner-annotator

    595View on GitHub↗

    NER Annotator for SpaCy allows you to create training data for creating a custom NER Model with custom tags.

    Vue
    View on GitHub↗595
  • webis-de/small-textwebis-de avatar

    webis-de/small-text

    645View on GitHub↗

    Active Learning for Text Classification in Python

    Python
    View on GitHub↗645
  • ai4bharat/shoonya-backendAI4Bharat avatar

    AI4Bharat/Shoonya-Backend

    26View on GitHub↗

    Repository for Shoonya's backend.

    Python
    View on GitHub↗26
  • weitechen/anaforaweitechen avatar

    weitechen/anafora

    242View on GitHub↗

    About Anafora - How Annotation Works - Requirements - Documentation - FAQ - Get Anafora

    JavaScript
    View on GitHub↗242