1mo
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 = "310b6ca5-3da7-4e19-8646-22dddbe7ebfe"
# 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)Table 1 from "A generative material transformer using Wyckoff representation"
Filtering results on the 3 million generated structures (Nbatch = 150, 000). Columns include sampling temperature T, successfully optimized structures Nopt, novel inserted structures Nnovel, and stable structures meeting thresholds of 0.001, 0.050, and 0.100 eV/atom.
Check out the paper here. It's a short read. I recommend checking it out. Although not very technical (just machine learning concepts that have been explored elsewhere), the creativity and simplicity
1mo
1 reference
Loading compatible actions...
Loading comments...