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:
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:
Next Steps¶
- Read more about connecting with the client APIs.
- Browse the REST API Reference.