Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Audio & Speech / NVIDIA NeMo — Scalable Speech & LLM Training Framework
⬡PipelineAudio & SpeechFree

NVIDIA NeMo — Scalable Speech & LLM Training Framework

NVIDIA's modular framework for training, fine-tuning, and deploying speech recognition, TTS, and large language models at scale.

@ai-supply
Installs208k
⟳ upstream v2.7.3 · updated 3mo ago
↗ Source repository
← More Audio & SpeechAudio & Speech leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals33capabilities surfaced1known CVE7of 20 OWASP controls clear
Broad capability surfaceExternal endpoints declaredExternal endpoints declaredExternal endpoints declared
scanned 17d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

NVIDIA NeMo

NeMo is NVIDIA's end-to-end framework for developing and deploying state-of-the-art conversational AI, large language models, and speech models. It is built on PyTorch Lightning and supports distributed training across thousands of GPUs with tensor, pipeline, and data parallelism.

Key Features

  • ASR: Conformer, Citrinet, FastConformer — SOTA word error rates
  • TTS: FastPitch, HiFi-GAN, Mixer-TTS for natural speech synthesis
  • NLP/LLM: GPT-style training, instruction tuning (SFT), RLHF, parameter-efficient fine-tuning
  • Multimodal: vision-language alignment pipelines
  • Collections: modular model collections for ASR, NLP, TTS, Vision
  • Megatron-LM integration for ultra-large-scale training
  • Deployment: NVIDIA TRT-LLM, Triton Inference Server export paths

Quick Start

import nemo.collections.asr as nemo_asr

# Load a pre-trained ASR model
asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained(
    model_name="stt_en_conformer_ctc_large"
)

transcriptions = asr_model.transcribe(["podcast.wav"])
print(transcriptions[0])

Install via ai-supply

npx ai-supply add nemo-speech-and-llm-framework

Curated mirror of the open-source NeMo (Apache-2.0). Get it from the source.

Rating rank
#1
of 6 in Audio & Speech
Install rank
#2
of 6 in Audio & Speech
Security score
75/100 · B
review
Security rank
#3
of 6 in Audio & Speech
Installs
208k
cat avg 109k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Audio & Speech leaderboard →
! Security: Review · 7575/100 · grade Bscanned 17d ago
✓ no compromise signals34 risk-surface · 8/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ filesystem⚑ shell⚑ network⚑ secrets
egress → matthewrocklin.com, docs.github.com, api.github.com, www.apache.org, aka.ms, docs.readthedocs.io, docs.nvidia.com, www.repostatus.org +32
203 steps⚑ uses secretsdocs.github.comgithub.comapi.github.comactions/checkout@v6nick-fields/retry@v3actions/upload-artifact@v6www.apache.orgdocker/setup-buildx-action@v3

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 12 npm dependencies declared · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/client/package.jsonrisk surface
•Dependency manifest — 7 pip requirements declared · NVIDIA-NeMo-Speech-19873c3/scripts/tts_comparison_report/requirements.txtrisk surface
•Vulnerable dependencies — 88 known vulnerabilities in: scipy@1.9.3, tqdm@4.9.0, pillow@9.5.0, urllib3@1.24.3, numpy@1.9.3, idna@3.9.0, setuptools@9.1.0, aiohttp@3.13.5 (CWE-1395)known CVE · -25 pts
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · NVIDIA-NeMo-Speech-19873c3/.github/workflows/install-test.yml (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · NVIDIA-NeMo-Speech-19873c3/docker/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · NVIDIA-NeMo-Speech-19873c3/docs/source/asr/results.rst (CWE-95)risk surface
•Suspicious code patterns — pipe-to-shell install · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/README.md (CWE-494)risk surface
•Suspicious code patterns — OS command execution · NVIDIA-NeMo-Speech-19873c3/nemo/agents/voice_agent/pipecat/services/nemo/llm.py (CWE-78)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · NVIDIA-NeMo-Speech-19873c3/.claude/skills/debug-training-logs/SKILL.md (CWE-272)risk surface
•External endpoints declared — 1 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/.github/ISSUE_TEMPLATE/bug_report.mdrisk surface
•External endpoints declared — 3 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/.github/actions/cancel-workflow/action.ymlrisk surface
•External endpoints declared — 2 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/.github/scripts/notify.pyrisk surface
•External endpoints declared — 16 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/README.mdrisk surface
•External endpoints declared — 5 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docker/Dockerfilerisk surface
•External endpoints declared — 17 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docs/source/asr/asr_all.bibrisk surface
•External endpoints declared — 4 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docs/source/asr/results.rstrisk surface
•External endpoints declared — 10 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docs/source/conf.pyrisk surface
•External endpoints declared — 7 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docs/source/core/core.rstrisk surface
•External endpoints declared — 6 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/docs/source/tts/datasets.rstrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · NVIDIA-NeMo-Speech-19873c3/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_streaming_infer.py (CWE-272)risk surface
•External endpoints declared — 8 distinct host(s) · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/README.mdrisk surface
•Egress to a private/loopback host — 0.0.0.0 · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/client/vite.config.js (CWE-918)risk surface
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/environment.yaml (CWE-200)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/nemo/collections/asr/models/transformer_bpe_models.py (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/nemo/collections/tts/g2p/models/t5.py (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/tutorials/asr/asr_adapters/Multi_Task_Adapters.ipynb (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · NVIDIA-NeMo-Speech-19873c3/nemo/agents/voice_agent/pipecat/services/nemo/diar.py (CWE-835)risk surface
⚠LLM02Sensitive Information Disclosurelow
Secrets, credentials or PII shipped inside the artifact.
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/nemo/collections/asr/models/transformer_bpe_models.py (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/nemo/collections/tts/g2p/models/t5.py (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · NVIDIA-NeMo-Speech-19873c3/tutorials/asr/asr_adapters/Multi_Task_Adapters.ipynb (CWE-798)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 12 npm dependencies declared · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/client/package.jsonrisk surface
•Dependency manifest — 7 pip requirements declared · NVIDIA-NeMo-Speech-19873c3/scripts/tts_comparison_report/requirements.txtrisk surface
•Vulnerable dependencies — 88 known vulnerabilities in: scipy@1.9.3, tqdm@4.9.0, pillow@9.5.0, urllib3@1.24.3, numpy@1.9.3, idna@3.9.0, setuptools@9.1.0, aiohttp@3.13.5 (CWE-1395)known CVE · -25 pts
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · NVIDIA-NeMo-Speech-19873c3/.github/workflows/install-test.yml (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · NVIDIA-NeMo-Speech-19873c3/docker/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — dynamic code execution · NVIDIA-NeMo-Speech-19873c3/docs/source/asr/results.rst (CWE-95)risk surface
•Suspicious code patterns — pipe-to-shell install · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/README.md (CWE-494)risk surface
•Suspicious code patterns — OS command execution · NVIDIA-NeMo-Speech-19873c3/nemo/agents/voice_agent/pipecat/services/nemo/llm.py (CWE-78)risk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (27) · hygiene / uncategorized
•Unrecognized file type — '.?' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.codex/skillsrisk surface
•Unrecognized file type — '.coveragerc' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.coveragercrisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.dockerignorerisk surface
•Unrecognized file type — '.flake8' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.flake8risk surface
•Unrecognized file type — '.other' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.flake8.otherrisk surface
•Unrecognized file type — '.speech' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.flake8.speechrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.gitignorerisk surface
•Unrecognized file type — '.pylintrc' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.pylintrcrisk surface
•Unrecognized file type — '.baseline' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/.secrets.baselinerisk surface
•Unrecognized file type — '.cff' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/CITATION.cffrisk surface
•Unrecognized file type — '.in' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/MANIFEST.inrisk surface
•Unrecognized file type — '.bib' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/docs/source/asr/asr_all.bibrisk surface
•Suspicious network references — suspicious TLD (31 URLs) · NVIDIA-NeMo-Speech-19873c3/docs/source/broken_links_false_positives.jsonrisk surface
•Suspicious network references — suspicious TLD (13 URLs) · NVIDIA-NeMo-Speech-19873c3/docs/source/tts/data/datasets.csvrisk surface
•Suspicious network references — suspicious TLD (21 URLs) · NVIDIA-NeMo-Speech-19873c3/docs/source/tts/datasets.rstrisk surface
•Suspicious network references — raw IP URL (1 URLs) · NVIDIA-NeMo-Speech-19873c3/examples/voice_agent/client/vite.config.jsrisk surface
•Unrecognized file type — '.patch' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/external/patches/deepep_v1_a100_disable_nvshmem.patchrisk surface
•Suspicious network references — suspicious TLD (19 URLs) · NVIDIA-NeMo-Speech-19873c3/scripts/dataset_processing/get_demand_data.pyrisk surface
•Suspicious network references — suspicious TLD (2 URLs) · NVIDIA-NeMo-Speech-19873c3/scripts/dataset_processing/get_openslr_rir_data.pyrisk surface
•Suspicious network references — suspicious TLD (4 URLs) · NVIDIA-NeMo-Speech-19873c3/scripts/dataset_processing/speaker_tasks/get_voxconverse.pyrisk surface
•Suspicious network references — suspicious TLD (17 URLs) · NVIDIA-NeMo-Speech-19873c3/scripts/dataset_processing/tts/hui_acg/get_data.pyrisk surface
•Suspicious network references — suspicious TLD (5 URLs) · NVIDIA-NeMo-Speech-19873c3/scripts/dataset_processing/tts/thorsten_neutral/get_data.pyrisk surface
•Unrecognized file type — '.ngramtools' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/scripts/installers/Dockerfile.ngramtoolsrisk surface
•Unrecognized file type — '.speech_translation_vllm' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/scripts/installers/Dockerfile.speech_translation_vllmrisk surface
•Unrecognized file type — '.jinja' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/scripts/tts_comparison_report/templates/audio_report.jinjarisk surface
•Unrecognized file type — '.heteronym' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/scripts/tts_dataset_files/de/de_nv230119.heteronymrisk surface
•Unrecognized file type — '.dict' is not on the allowlist · NVIDIA-NeMo-Speech-19873c3/scripts/tts_dataset_files/ja_JP/ja_JP_nv240719.dictrisk surface
✔ verified source · pinned NVIDIA-NeMo-Speech-19873c3
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/nemo-speech-and-llm-framework/check). Click a policy:

Consume NVIDIA NeMo — Scalable Speech & LLM Training Framework programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/nemo-speech-and-llm-framework

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/nemo-speech-and-llm-framework/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add nemo-speech-and-llm-framework

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/nemo-speech-and-llm-framework/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "nemo-speech-and-llm-framework" })
OpenAPI spec →
vlatest
! Security: Review · 751mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy