Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 295 Bytes

Command Line Interface

Prerequisites

Install dependencies:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Save inference model

Download the raw UTC model and convert it to an inference model:

$ python3 cli.py download