Metadata-Version: 2.1
Name: here-ml
Version: 1.0
Summary: Python ML Client for the Here Platform.
Home-page: https://here.com
Author: HERE Global B.V. and its affiliate(s)
License: HERE Proprietary License
Project-URL: Source, ssh://git@main.gitlab.in.here.com:3389/sdk/here-ml-cli.git
Platform: UNKNOWN
License-File: LICENSE

# here-ml-cli

HERE ML demo client

# Installation
```bash
pip install --extra-index-url https://artifactory.in.here.com/artifactory/api/pypi/analytics-pypi/simple/ here-ml==1.0
```

# Access to DP Kubernetes

Follow the section, “Access to k8s namespaces”.

https://confluence.in.here.com/pages/viewpage.action?spaceKey=BORG&title=On-call+for+applications+on+DP#On-callforapplicationsonDP-Clusteraccess

# Sample Commands
```bash
here-ml -h
```

# Train:
```bash
here-ml train -f "C:\Projects\Platform\Workspace\here-mlflow-plugin\lane_detection\model_code\train_code_dist.zip" -m train_on_platform_dist.py -ep tqdm -hc 4 -hm 12 -nw 1 -wc 4 -wm 12 -k "C:\Users\sajain\.kube\config_here"
```

# Serve:
```bash
here-ml serve -f "C:\Projects\Platform\Workspace\here-mlflow-plugin\examples\lane-detection-model\gpu_changes\gpu_ld_serve.zip" -m lanedetection.py -hc 8 -hg 1 -hm 16 -nw 0 -k "C:\Users\sajain\.kube\config_here" -url here-mlflow-ray-lanedetection-gpu-dev
```

# Delete Serve
```bash
here-ml delete-serve -k "C:\Users\sajain\.kube\config_here"
```

