glasnt / ih-aas

ih, as a service.

Home Page:https://ih-aas.glasnt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

ih, as a service.

https://ih-aas.glasnt.com


Languages

Language:Python 73.6%Language:HTML 23.0%Language:Dockerfile 3.3%