Skip to content

Instantly share code, notes, and snippets.

View omegaml's full-sized avatar
💭
MLOps simplified.

omega-ml omegaml

💭
MLOps simplified.
View GitHub Profile
@omegaml
omegaml / example_mnist_js.md
Last active April 24, 2020 18:57 — forked from miraculixx/index.html
MNIST example HTML front-end to omega|ml, using the REST API

MNIST Digits Recognition using Machine Learning This is a live implementation of the MNIST digits recognition problem using a model trained & deployed by omega|ml

The model is adopted from this scikit-learn example (https://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html) The model has been trained with and deployed by omega|ml with just one line of code.

How to use:

  1. in Jupyter NB copy/paste/run the code from the scikit learn example https://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html