awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to proycon/python-ucto

Open-source alternatives to Python Ucto

30 open-source projects similar to proycon/python-ucto, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Ucto alternative.

  • stanfordnlp/stanzaAvatar de stanfordnlp

    stanfordnlp/stanza

    7,809Ver en GitHub↗

    Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency parsing across many human languages using neural models. It provides a neural processing pipeline that converts raw text into structured linguistic data objects, alongside a specialized analyzer for extracting medical insights from clinical and biomedical language. The project includes a wrapper that connects Python scripts to Java-based natural language processing tools and remote annotation servers. This enables a bridge for extracting linguistic annotations and analysis data from

    Pythonartificial-intelligencecorenlpdeep-learning
    Ver en GitHub↗7,809
  • jasonkessler/scattertextAvatar de JasonKessler

    JasonKessler/scattertext

    2,330Ver en GitHub↗

    Beautiful visualizations of how language differs among document types.

    Pythoncomputational-social-scienced3eda
    Ver en GitHub↗2,330
  • bigartm/bigartmAvatar de bigartm

    bigartm/bigartm

    674Ver en GitHub↗

    Fast topic modeling platform

    C++
    Ver en GitHub↗674
  • pytorch/fairseqAvatar de pytorch

    pytorch/fairseq

    32,228Ver en GitHub↗

    Fairseq is a deep learning research toolkit and sequence-to-sequence framework built on PyTorch. It provides a system for training and deploying models that map input sequences to output sequences, with a primary focus on neural machine translation and speech recognition. The toolkit allows for the generation of text sequences through search algorithms such as beam search and nucleus sampling. It includes capabilities for producing synthetic parallel training data by translating monolingual text using reverse sequence models. The framework supports large scale model training through multi-de

    Python
    Ver en GitHub↗32,228

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • petrochukm/pytorch-nlpAvatar de PetrochukM

    PetrochukM/PyTorch-NLP

    2,226Ver en GitHub↗

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    Python
    Ver en GitHub↗2,226
  • xhlulu/dl-translateAvatar de xhlulu

    xhlulu/dl-translate

    499Ver en GitHub↗

    Library for translating between 200 languages. Built on 🤗 transformers.

    Python
    Ver en GitHub↗499
  • explosion/spacyAvatar de explosion

    explosion/spaCy

    33,688Ver en GitHub↗

    spaCy is a Python natural language processing framework designed for industrial-scale text processing. It converts raw text into structured data for machine learning pipelines through a combination of statistical language model trainers, transformer-based text processors, and syntactic dependency parsers. The project enables the integration of pretrained transformer architectures to perform complex linguistic analysis and multi-task learning. It also provides a specialized system for neural named entity recognition to identify and categorize key entities within text. The framework covers a b

    Pythonaiartificial-intelligencecython
    Ver en GitHub↗33,688
  • deepset-ai/haystackAvatar de deepset-ai

    deepset-ai/haystack

    24,253Ver en GitHub↗

    Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions as an agentic workflow engine, enabling the construction of automated sequences that allow AI agents to perform multi-step reasoning and data analysis. The framework utilizes a modular, component-based architecture that connects processing steps into directed acyclic graphs. By employing a provider-agnostic integration layer, it decouples core logic from specific external AI services and vector databases, allowing for the flexible exchange of underlying technologies. This desi

    MDXagentagentsai
    Ver en GitHub↗24,253
  • huggingface/transformersAvatar de huggingface

    huggingface/transformers

    161,630Ver en GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    Ver en GitHub↗161,630
  • proycon/pynlplAvatar de proycon

    proycon/pynlpl

    476Ver en GitHub↗

    PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Form

    Python
    Ver en GitHub↗476
  • sergioburdisso/pyss3Avatar de sergioburdisso

    sergioburdisso/pyss3

    348Ver en GitHub↗

    A Python library for Interpretable Machine Learning in Text Classification using the SS3 model, with easy-to-use visualization tools for Explainable AI :octocat:

    Python
    Ver en GitHub↗348
  • zalandoresearch/flairAvatar de zalandoresearch

    zalandoresearch/flair

    14,378Ver en GitHub↗

    Flair is a natural language processing framework for training and applying models for sequence labeling and text classification. It provides a system for generating word embeddings and identifying semantic entities within text. The framework includes a dedicated system for zero and few-shot learning, enabling text classification and entity extraction using minimal training examples by leveraging pre-trained knowledge. Its capabilities cover named entity recognition, sentiment analysis, and the training of specialized models using custom datasets. It also includes tooling for the visual highl

    Python
    Ver en GitHub↗14,378
  • qdata/textattackAvatar de QData

    QData/TextAttack

    3,435Ver en GitHub↗

    TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/

    Python
    Ver en GitHub↗3,435
  • snipsco/snips-nluAvatar de snipsco

    snipsco/snips-nlu

    3,972Ver en GitHub↗

    snips-nlu is a Python library and natural language understanding engine designed to convert unstructured text into structured data. It identifies user intents and extracts associated entities from natural language sentences to enable machine-readable command processing. The engine functions as a multilingual parser capable of processing text across multiple languages. It maps identified entities to canonical values or standardized ISO formats, such as timestamps, to ensure data consistency. The project covers intent classification and named entity recognition, utilizing sequence labeling and

    Python
    Ver en GitHub↗3,972
  • artificiai/multilingual-latent-dirichlet-allocation-ldaAvatar de ArtificiAI

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83Ver en GitHub↗

    A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.

    Pythonclusteringenglishfrench
    Ver en GitHub↗83
  • awslabs/sockeyeAvatar de awslabs

    awslabs/sockeye

    1,215Ver en GitHub↗

    Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. It implements distributed training and optimized inference for state-of-the-art models, powering Amazon Translate and other MT applications. Recent developments and changes are tracked in…

    Python
    Ver en GitHub↗1,215
  • chartbeat-labs/textacyAvatar de chartbeat-labs

    chartbeat-labs/textacy

    2,242Ver en GitHub↗

    NLP, before and after spaCy

    Python
    Ver en GitHub↗2,242
  • columbia-applied-data-science/rosettaAvatar de columbia-applied-data-science

    columbia-applied-data-science/rosetta

    207Ver en GitHub↗

    Tools, wrappers, etc... for data science with a concentration on text processing

    Jupyter Notebook
    Ver en GitHub↗207
  • huggingface/tokenizersAvatar de huggingface

    huggingface/tokenizers

    10,825Ver en GitHub↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Rustbertgptlanguage-model
    Ver en GitHub↗10,825
  • allenai/allennlpAvatar de allenai

    allenai/allennlp

    11,889Ver en GitHub↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Python
    Ver en GitHub↗11,889
  • yandexdataschool/nlp_courseAvatar de yandexdataschool

    yandexdataschool/nlp_course

    10,591Ver en GitHub↗

    YSDA course in Natural Language Processing

    Jupyter Notebook
    Ver en GitHub↗10,591
  • alexsergivan/transliteratorA

    alexsergivan/transliterator

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alexrozanski/llamachatAvatar de alexrozanski

    alexrozanski/LlamaChat

    1,510Ver en GitHub↗

    Chat with your favourite LLaMA models in a native macOS app

    Swiftaillamallamacpp
    Ver en GitHub↗1,510
  • abkmystery/aneeAvatar de abkmystery

    abkmystery/ANEE

    1Ver en GitHub↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    Ver en GitHub↗1
  • argilla-io/argillaAvatar de argilla-io

    argilla-io/argilla

    5,015Ver en GitHub↗

    Argilla is a collaborative AI feedback tool and data curation management system. It serves as a human-in-the-loop dataset platform designed to coordinate workforce annotators and domain experts in labeling, rating, and refining data samples for machine learning projects. The platform focuses on large language model dataset curation and reinforcement learning from human feedback workflows. It provides a shared workspace for integrating human expertise into AI development to validate model outputs and correct data errors. The system manages the end-to-end machine learning data pipeline, includ

    Python
    Ver en GitHub↗5,015
  • arc53/docsgptAvatar de arc53

    arc53/DocsGPT

    17,939Ver en GitHub↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    Ver en GitHub↗17,939
  • arongdari/python-topic-modelAvatar de arongdari

    arongdari/python-topic-model

    374Ver en GitHub↗

    Implementation of various topic models

    Jupyter Notebook
    Ver en GitHub↗374
  • arongdari/topic-model-lecture-noteAvatar de arongdari

    arongdari/topic-model-lecture-note

    22Ver en GitHub↗

    lecture notes for probabilistic topic models using ipython notebook

    Ver en GitHub↗22
  • artidoro/qloraAvatar de artidoro

    artidoro/qlora

    10,929Ver en GitHub↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    Ver en GitHub↗10,929
  • aigc-audio/audiogptAvatar de AIGC-Audio

    AIGC-Audio/AudioGPT

    10,174Ver en GitHub↗

    AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural audio pipelines. It functions as a multimodal audio generator and processing system, integrating a collection of pretrained models to handle speech synthesis, sound generation, and audio manipulation. The system is distinguished by its ability to generate audio from diverse inputs, including text and images, and its capacity to produce synchronized talking head videos. It also operates as a neural speech translator, converting spoken language between different tongues while pre

    Pythonaudiogptmusic
    Ver en GitHub↗10,174