Skip to content

glasnt/ih-aas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'