GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
MLHub Going Forward |
20201025 The concept of mlhub as a generic toolkit may indicate the evolution of the command line interface to focus on the command and reduce the focus of the model itself, so that a command like ocr will use any model that has an ocr command, and if there are multiple, then have the concept of a preferred model overridden by a command line option:
$ ml ocr myscript.png $ ml ocr --model=azcv myscript.png |