CaesarAI / test1.py
CaesarCloudSync
CaesarAI Fixed I think
15dd0ab
raw
history blame contribute delete
191 Bytes
import requests
import json
with open("imtest.json","r") as f:
tets = json.load(f)["info"]
resp = requests.post("http://10.0.170.41:7860/caesarocr",json={"frame":tets})
print(resp.json())