# gia-tii

> DELETEME

Latest version **0.1.1** (published 2021-02-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install gia-tii
pnpm add gia-tii
yarn add gia-tii
bun add gia-tii
```

Provides the command `gia-iti`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-02-09 |
| First published | 2021-02-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Guillaume Descoteaux-Isabelle |
| Maintainers | jgi |
| Keywords | iti, cli, gia |

## Links

- npm: https://www.npmjs.com/package/gia-tii
- Repository: DELETEME
- Homepage: http://DELETEME
- npm.io page: https://npm.io/package/gia-tii

## Dependencies (2)

- [node-cmd](https://npm.io/package/node-cmd.md) ^4.0.0
- [node-powershell](https://npm.io/package/node-powershell.md) ^4.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2021-02-09
- 0.1.0 — 2021-02-09

## README

# Cross Platform Image To Image Translation (ITI) Command Wrapper

* Receive an input image and translate it to an output image using command line on any platform

# Install 

```sh
npm i gia-iti --g
# Preload the image
docker pull jgwill/
```
## Environment install and models

* First you are required to have a trained model somewhere in your computer

### Environment var thru .bashrc

```bash
#model
export model_dir=/mnt/c/model/models

#ITI
export model_dir_iti=$model_dir/model_gia-ds-tii-2102011823-enginepart-v01-XTrain2102011823-64ik
```


# Prereq

* [Docker](https://www.docker.com/get-started?)
* [NodeJS](https://nodejs.org/en/download/)

---
_Source: https://npm.io/package/gia-tii · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
