Skip to content

probablygary/MNIST_mlhub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST_mlhub

Starting point for workshop on how to open source an MNIST model with mlhub

mlhub packages ML models so they are easily accessed, run, rebuilt and deployed. To make a git project repository mlhub-friendly, simply include a MLHUB.yaml configuration file. To help others understand your model, ideally also include a script to 1. get data eg. dataloader.py and 2. demonstrate what your model does eg. demo.py

A user can then install and run the pre-built model.

  1. $ pip install mlhub
  2. $ ml install MNIST_mlhub
  3. $ ml configure MNIST_mlhub
  4. $ ml demo MNIST_mlhub

About

Open source an MNIST model with `mlhub`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%