rezon-cli 0.1.3

Deploy Explainable AI in the Cloud
![banner](<https://storage.googleapis.com/cv-framework/ui-banner%20(6).jpg>)

<h1 align='center'>Rezon</h1>
<h4 align='center'>Deploy explainable AI in the cloud</h4>
<div align='center'>
    <a href='https://rezon.ai' target='_blank'>rezon.ai</a>
</div>

# Getting Started

## 1. Begin by installing `cargo` on your machine if you do not already have it:
> You can check to make sure it is installed by using the `cargo --version` command
```bash
curl https://sh.rustup.rs -sSf | sh
```

## 2. Install the Rezon CLI:
> Confirm installation with `rezon --version`
```bash
cargo install rezon-cli
```

## 3. Start deploying your first model to Rezon Cloud:
```bash
rezon deploy
```

### See our docs for more information:
 <a href='https://docs.rezon.ai' target='_blank'>Rezon Docs</a>