Skip to content

1kbgz/crowdsource-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

crowdsource-tutorials

Tutorials for building on crowdsource.sh — create your own recurring prediction competitions, wire up an oracle, and drive the platform from the API.

crowdsource runs recurring, self-resolving prediction competitions — forecast a number or label, get scored against fresh public data, win credit bounties. API-first, so anyone can sponsor a competition or automate participation. A Kaggle alternative for live forecasting.

What's here

End-to-end walkthroughs for creators and integrators:

  • Create a competition — pick a type/metric, set the schedule, and wire a public oracle URL so it resolves and recurs automatically.
  • Tabular competitions — predict one value per index row (e.g. an index of tickers) with a dataset spec + tabular resolution.
  • Drive the API — auth, list/create competitions, push ground truth, read leaderboards.
  • Automate — run it from scripts, CI, or an agent.

Get started

  1. Create an account + API key at crowdsource.sh.
  2. Use a client — Python SDK, JavaScript SDK, or the REST API / OpenAPI spec.
  3. Follow a tutorial here to stand up your first competition.

See also crowdsource-examples for competing as a participant, and the developer docs.

Links

Site · Developers · API · MCP · SDK