6mo
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 = "5b08be86-89db-47d4-b171-3c3c44daf0a6"
# 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)
Nb3(Fe10B3)2
Nb3(Fe10B3)2, a ferrimagnetic material from Materials Project.
https://next-gen.materialsproject.org/materials/mp-21666
Cosine distance to NdFeB
postIn our exploration of magnetic materials, we did some embedding via Orb v2 and some dimensionality reduction.
6mo
1 reference
Loading compatible actions...
Loading comments...