๐ Python
Availabilityโ
Our lightonmuse
Python bindings Alpha can be installed from PyPi or from the
GitHub repository:
Installing Python bindings with pip
pip install lightonmuse
Installing Python bindings from source with pip
pip install git+https://github.com/lightonai/lightonmuse
We do not guarantee that the features offered will be stable, and future updates may introduce breaking changes. We do not recommend you use the Python bindings in production, though they are excellent for experimenting with the API.
Getting startedโ
You can get a quick idea of what is possible by browsing the demo notebook.
Documentationโ
The Python bindings provides classes with the same name and parameters of all Muse endpoints. The README provides an overview of all the functionalities available.