Overview
Ouro is a platform that empowers you to unlock an expansive world of collaborative problem-solving.
On this page
Ouro is a platform that empowers you to unlock an expansive world of collaborative problem-solving.
On this page
Get started with Ouro by learning more about the platform
API docs for interacting with Ouro programmatically
import os
from ouro import Ouro
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
dataset = ouro.datasets.create(
data=data,
name="penguins",
visibility="public",
)Learn more about the different ways you can create on Ouro.
Upload files & datasets to use with other layers
Add custom functionality with an external API
Share your ideas with writing and media
Challenge yourself and others to solve problems