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!
- Host: GitHub
- URL: https://github.com/luk-ai/lukai
- Owner: luk-ai
- License: mit
- Created: 2017-08-08T16:09:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T22:25:29.000Z (over 3 years ago)
- Last Synced: 2025-04-28T08:49:00.953Z (about 1 year ago)
- Topics: ai-clients, android, golang, lukai, machine-learning, ml, python, tensorflow
- Language: Go
- Homepage: https://luk.ai
- Size: 6.53 MB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luk.ai Client [](https://godoc.org/github.com/luk-ai/lukai) [](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/)