Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 596 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 596 Bytes

ih, as a service.

This code deploys ih, as a Cloud Run service.

Want to deploy your own?

Run on Google Cloud

Local Usage

git clone https://github.com/glasnt/ih-aas
cd ih-aas

Then either:

python app.py

or

docker build --no-cache -t ih-aas . && docker run --rm -p 8080:8080 ih-aas

curl

curl -F 'image=@/path/to/image.png' http://localhost:8080 -F 'palette=lego' -F 'render=True'