Skip to content

Instantly share code, notes, and snippets.

View tabsciy's full-sized avatar

Jason tabsciy

View GitHub Profile
@tabsciy
tabsciy / algo_loaded_state.py
Created September 22, 2022 04:51
hello world example with loaded state
from Algorithmia import ADK
import Algorithmia
client = Algorithmia.client()
def apply(input, modelData):
return "hello {} {}".format(str(input), str(modelData['payload']))
def load(modelData):