awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/NeMo

0
View on GitHub↗
17,394 Stars·3,436 Forks·Python·Apache-2.0·18 Aufrufedocs.nvidia.com/nemo/speech/nightly/index.html↗

NeMo

NeMo is a multimodal AI framework and toolkit designed for the development, training, and scaling of large language models, generative AI systems, and speech-based models. It functions as an automatic speech recognition toolkit, a text-to-speech engine, and a framework for building models that process and generate combinations of text, image, and audio data.

The project serves as a conversational AI orchestrator capable of managing real-time, interruptible voice interactions. It provides specialized workflows for speech translation, converting spoken audio from one language into text or speech in another.

The platform covers a broad range of AI model development capabilities, including the training of generative and speech models. Its operational surface includes automatic speech recognition, text-to-speech synthesis, and the creation of multimodal pipelines.

Features

  • Automatic Speech Recognition - Provides high-performance automatic speech recognition for transcribing spoken audio into text across multiple languages.
  • Large Language Model Training Frameworks - Provides a comprehensive framework for training, scaling, and optimizing large language models and generative AI systems.
  • Realtime Voice Conversation Facilitators - Facilitates natural, real-time voice interactions with support for conversation management and interruptions.
  • Multimodal Frameworks - Provides a framework to build and manage models that process and generate combinations of text, image, and audio data.
  • Generative Model Training Tools - Provides tools and pipelines for training large-scale generative AI models for text and audio content.
  • Automatic Speech Recognition - Provides a complete toolkit for converting spoken audio into text with configurable latency for real-time use.
  • Multilingual Speech Translation - Implements specialized workflows for translating spoken audio from one language into text or speech in another.
  • Multimodal AI Orchestrators - Functions as an orchestrator for multimodal AI, coordinating vision, speech, and language models.
  • Real-Time Conversational AI Frameworks - Integrates STT, LLM, and TTS components into a unified framework for real-time conversational AI.
  • Speech-to-Text Modeling Toolkits - Ships toolkits for pre-training and fine-tuning automatic speech recognition and text-to-speech models.
  • Text-to-Speech - Provides a comprehensive engine for synthesizing natural-sounding spoken audio from written text.
  • Automatic Speech Recognition Toolkits - Provides a dedicated toolkit for building and integrating automatic speech recognition capabilities.
  • Voice Interaction Engines - Manages low-latency, bidirectional audio streams to enable natural and interruptible voice interactions.
  • Pipeline Stage Sharding - Implements pipeline-stage sharding to improve training throughput for deep neural networks across clusters.
  • Mixed Precision Training - Uses automatic mixed precision to accelerate training and optimize memory efficiency on GPUs.
  • Model Parallelism - Provides distributed model parallelism to train large models that exceed single-GPU memory limits.
  • Real-Time Speech Processing - Implements asynchronous audio processing to enable low-latency, real-time voice interactions.
  • Tensor Parallelism - Implements tensor parallelism to optimize memory usage and synchronize gradients across worker nodes during training.
  • Multi-Model Compositions - Supports the composition of multimodal generative pipelines by combining separate audio and text encoders and decoders.
  • Large Language Models - Scalable framework for generative AI and speech models.
  • Model Training Frameworks - Generative AI framework for researchers and PyTorch developers.
  • Natural Language Processing - Toolkit for conversational AI.
  • Speech and Audio - Toolkit for conversational AI and speech modules.
  • Speech and Audio Processing - Toolkit for conversational AI and speech modules.
  • Transformer Implementations - Toolkit for building conversational AI and speech recognition systems.
  • Training and Orchestration - Framework for training and scaling generative AI models.

Star-Verlauf

Star-Verlauf für nvidia/nemoStar-Verlauf für nvidia/nemo

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht nvidia/nemo?

NeMo is a multimodal AI framework and toolkit designed for the development, training, and scaling of large language models, generative AI systems, and speech-based models. It functions as an automatic speech recognition toolkit, a text-to-speech engine, and a framework for building models that process and generate combinations of text, image, and audio data.

Was sind die Hauptfunktionen von nvidia/nemo?

Die Hauptfunktionen von nvidia/nemo sind: Automatic Speech Recognition, Large Language Model Training Frameworks, Realtime Voice Conversation Facilitators, Multimodal Frameworks, Generative Model Training Tools, Multilingual Speech Translation, Multimodal AI Orchestrators, Real-Time Conversational AI Frameworks.

Welche Open-Source-Alternativen gibt es zu nvidia/nemo?

Open-Source-Alternativen zu nvidia/nemo sind unter anderem: facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… nvidia/megatron-lm — Megatron-LM is a distributed transformer training library and large language model training framework designed to… pipecat-ai/pipecat — Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech… nvidia-nemo/nemo — NeMo is a comprehensive framework designed for the development, training, and deployment of large-scale conversational… sanchit-gandhi/whisper-jax — whisper-jax is a high-performance implementation of the Whisper automatic speech recognition model rewritten using the… eleutherai/gpt-neox — gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It…

Open-Source-Alternativen zu NeMo

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit NeMo.
  • facebookresearch/fairseqAvatar von facebookresearch

    facebookresearch/fairseq

    32,228Auf GitHub ansehen↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    Auf GitHub ansehen↗32,228
  • nvidia/megatron-lmAvatar von NVIDIA

    NVIDIA/Megatron-LM

    16,731Auf GitHub ansehen↗

    Megatron-LM is a distributed transformer training library and large language model training framework designed to scale models across thousands of GPUs. It functions as a GPU-optimized deep learning toolkit and a scaling engine for mixture-of-experts architectures, enabling the training of models with hundreds of billions of parameters. The project implements multi-dimensional model parallelism, combining tensor, pipeline, data, expert, and context-based workload distribution. It specifically optimizes mixture-of-experts architectures through integrated memory and communication improvements t

    Python
    Auf GitHub ansehen↗16,731
  • pipecat-ai/pipecatAvatar von pipecat-ai

    pipecat-ai/pipecat

    12,846Auf GitHub ansehen↗

    Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech systems. It utilizes a frame-based data pipeline to route audio, video, and text through a modular sequence of processors, enabling the orchestration of low-latency conversational AI. The project is distinguished by its ability to coordinate complex multimodal services, including speech-to-text, language models, and text-to-speech, within a single pipeline. It features semantic voice activity detection for natural turn-taking, state-machine conversation flows for dialogue manag

    Pythonaichatbot-frameworkchatbots
    Auf GitHub ansehen↗12,846
  • nvidia-nemo/nemoAvatar von NVIDIA-NeMo

    NVIDIA-NeMo/NeMo

    17,389Auf GitHub ansehen↗

    NeMo is a comprehensive framework designed for the development, training, and deployment of large-scale conversational and generative artificial intelligence models. It provides an integrated platform for building multimodal systems, encompassing speech processing, language modeling, and reinforcement learning alignment. The framework is built to handle the entire lifecycle of AI development, from data curation and model pretraining to production-ready service deployment. The platform distinguishes itself through advanced distributed training capabilities, including tensor and pipeline parall

    Pythonasrdeeplearninggenerative-ai
    Auf GitHub ansehen↗17,389
  • Alle 30 Alternativen zu NeMo anzeigen→