Files
wehub-resource-sync ba4be087d5
Create PR to main with cherry-pick from release / cherry-pick (push) Failing after 0s
CICD NeMo / pre-flight (push) Failing after 0s
CICD NeMo / configure (push) Has been skipped
Build, validate, and release Neural Modules / pre-flight (push) Failing after 1s
CICD NeMo / code-linting (push) Has been skipped
Build, validate, and release Neural Modules / release (push) Has been skipped
Build, validate, and release Neural Modules / release-summary (push) Has been cancelled
CICD NeMo / cicd-test-container-build (push) Has been cancelled
CICD NeMo / cicd-import-tests (push) Has been cancelled
CICD NeMo / L0_Setup_Test_Data_And_Models (push) Has been cancelled
CICD NeMo / cicd-main-unit-tests (push) Has been cancelled
CICD NeMo / cicd-main-speech (push) Has been cancelled
CICD NeMo / Nemo_CICD_Test (push) Has been cancelled
CICD NeMo / Coverage (e2e) (push) Has been cancelled
CICD NeMo / Coverage (unit-test) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
CICD NeMo / cicd-wait-in-queue (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:28:58 +08:00

49 lines
1.2 KiB
ReStructuredText

:orphan:
=========
NeMo APIs
=========
You can learn more about the underlying principles of the NeMo codebase in this section.
The `NeMo Toolkit codebase <https://github.com/NVIDIA/NeMo>`__ is composed of a `core <https://github.com/NVIDIA/NeMo/tree/main/nemo/core>`__ section which contains the main building blocks of the framework, and various `collections <https://github.com/NVIDIA/NeMo/tree/main/nemo/collections>`__ which help you
build specialized AI models.
You can learn more about aspects of the NeMo "core" by following the links below:
.. toctree::
:maxdepth: 1
:name: core
:titlesonly:
core/core
core/neural_modules
core/exp_manager
core/neural_types
core/adapters/intro
You can learn more about aspects of the NeMo APIs by following the links below:
.. toctree::
:maxdepth: 1
:name: API
:titlesonly:
core/api
common/intro
asr/api
tts/api
audio/api
Alternatively, you can jump straight to the documentation for the individual collections:
* :doc:`Automatic Speech Recognition (ASR) <../asr/intro>`
* :doc:`Text-to-Speech (TTS) <../tts/intro>`
* :doc:`Audio Processing <../audio/intro>`
* :doc:`SpeechLM2 <../speechlm2/intro>`