There was an error while loading. Please reload this page.
The best way to interact with OpenReview's REST API is by using openreview-py, a Python module available on the Python Package Index.
openreview-py
openreview-py can be installed with the pip command as follows:
pip
pip install openreview-py
You can also clone the openreview-py github repository and install it directly like so:
pip install <path-to-repo-directory>
You can find some examples in the openreview-py docs.
Table of Contents