Metadata-Version: 2.4
Name: zetic
Version: 0.1.3
Summary: Zetic AI CLI tool for model management and deployment.
Project-URL: Homepage, https://zetic.ai
Project-URL: Documentation, https://docs.zetic.ai
Author-email: Zetic AI <geusan@zetic.ai>
Keywords: ai,coreml,model,ondevice,qnn
Requires-Python: >=3.9
Requires-Dist: click<9.0.0,>=8.1.8
Requires-Dist: requests<3.0.0,>=2.32.3
Requires-Dist: termcolor<3.0.0,>=2.5.0
Description-Content-Type: text/markdown

# Zetic CLI

On-device model converter service.

## Guide

### 1. Auth

```bash
# login with zetic
zetic auth login

# If you have no brwoser
zetic auth login --no-browser
```


### 2. Upload model

```bash

# login with zetic

zetic gen path/to/model --input path/to/input.npy --input path/to/input2.py
```
