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

https://github.com/luk-ai/lukai

Luk.ai Clients - Federated Machine Learning for Everyone!
https://github.com/luk-ai/lukai

ai-clients android golang lukai machine-learning ml python tensorflow

Last synced: about 1 year ago
JSON representation

Luk.ai Clients - Federated Machine Learning for Everyone!

Awesome Lists containing this project

README

          

# Luk.ai Client [![GoDoc](https://godoc.org/github.com/luk-ai/lukai?status.svg)](https://godoc.org/github.com/luk-ai/lukai) [![Build Status](https://travis-ci.org/luk-ai/lukai.svg?branch=master)](https://travis-ci.org/luk-ai/lukai)

This contains all the client libraries for Luk.ai.

The client libraries are designed to be embedded into apps that need to generate
predictions, log training data, and train machine learning models.

The management library is for integration with Tensorflow to easily upload
models to Luk.ai to be trained.

[MNIST example](https://github.com/luk-ai/docs/tree/master/examples/mnist)

See Also: [Luk.ai Documentation](https://github.com/luk-ai/docs)

* Go Client - Located at root.
* [Python Management](py/)
* [Experimental Android Client](android/)