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 = "773b09fa-4f17-445c-8362-8d933d3c350f"
 
# 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)needles-from-the-haystack
400 .cif files of candidate structures property condition generated by MatterGen where tc = 298.15K
Building on 's work with the fine-tuned MatterGen model, we evaluated 400 candidate materials for superconductivity using the Tc classification model. Prior work on fine-tuning:
9mo
2 references
 Loading compatible actions...
 Loading comments...