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

https://github.com/vsoch/django-river-ml

Django plugin for online machine learning with river (under-development)
https://github.com/vsoch/django-river-ml

Last synced: over 1 year ago
JSON representation

Django plugin for online machine learning with river (under-development)

Awesome Lists containing this project

README

          

# django-river-ml

[![CI](https://github.com/vsoch/django-river-ml/actions/workflows/main.yml/badge.svg)](https://github.com/vsoch/django-river-ml/actions/workflows/main.yml)
[![PyPI version](https://badge.fury.io/py/django-river-ml.svg)](https://badge.fury.io/py/django-river-ml)

Django models to deploy [river](https://riverml.xyz) online machine learning.
This is a Django version of [chantilly](https://github.com/online-ml/chantilly) that aims to use the
same overall design. We also include [example clients](https://github.com/vsoch/django-river-ml/tree/main/examples) and a test application in [tests](https://github.com/vsoch/django-river-ml/tree/main/tests). We also are developing an [API client](https://github.com/vsoch/riverapi) and early work on a
[specification](https://vsoch.github.io/riverapi/getting_started/spec.html) that can be extended to other
Python based servers intended for river.

See the ⭐️ [Documentation](https://vsoch.github.io/django-river-ml/) ⭐️ to get started!

## Contributors

We use the [all-contributors](https://github.com/all-contributors/all-contributors)
tool to generate a contributors graphic below.



Vanessasaurus
Vanessasaurus

💻