An open API service indexing awesome lists of open source software.

https://github.com/openml/server-api

Python-based server
https://github.com/openml/server-api

Last synced: 4 months ago
JSON representation

Python-based server

Awesome Lists containing this project

README

          

![Python 3.12](https://img.shields.io/badge/python-3.12-green?logo=python)

# OpenML Server
This is the Python-based OpenML REST API server.
It's a rewrite of our [old backend](http://github.com/openml/openml) built with a
modern Python-based stack.

> [!WARNING]
> This software is in early stages of development and not ready for production.

If you simply want to access data stored on OpenML in a programmatic way,
please have a look at connector packages in
[Python](https://openml.github.io/openml-python/main/),
[Java](https://github.com/openml/openml-java),
or [R](http://openml.github.io/openml-r/).

For information on getting started, please visit our [documentation](https://openml.github.io/server-api).