Skip to content

NeMo Platform Python SDK Reference

The NeMo Platform Python SDK is a library for building and deploying AI models, abstracting the underlying infrastructure and providing a high-level interface for the NeMo Platform APIs.

Installation

Install the NeMo Platform Python SDK using pip:

pip install nemo-platform

This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.

If you previously installed the nemo-microservices package, uninstall it first to avoid conflicts:

pip uninstall nemo-microservices

Next Steps