9mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "107c63b5-a6d8-4c74-ad37-1f4bb3b72429"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)Tc prediction with the new D3 corrected model
Spot on prediction for Ca1Cu2Nd0.16Pb0.5Sr1.84Tl0.5O7-MP-mp-1173221-synth_doped with an error of just 1.4 K at 103.4 K.
Over the last week or so, I've been working on making some upgrades to the superconducting state classifier model. See the first attempt here:
9mo
1 reference
Loading compatible actions...
Loading comments...