CrowdCent Challenge Python Client
Project description
The CrowdCent Challenge is an open data science competition designed for machine learning engineers, data scientists, and other technical professionals to hone their skills in a real-world setting.
What is CrowdCent?
CrowdCent is on a mission to decentralize investment management by changing the way investment funds make decisions and allocate capital. We are the machine learning and coordination layer for online investment communities looking to turn their data into actionable, investable portfolios.
📦 Installation
Using uv (Recommended)
uv add crowdcent-challenge
Using pip
pip install crowdcent-challenge
🚀 Quick Start
- Get an API Key: Generate your key from your profile page
- Set up authentication:
export CROWDCENT_API_KEY=your_api_key_here # or create a .env file with: CROWDCENT_API_KEY=your_api_key_here
- Start competing:
from crowdcent_challenge import ChallengeClient # Initialize client for a challenge client = ChallengeClient(challenge_slug="hyperliquid-ranking") # Download training data client.download_training_dataset("latest", "training_data.parquet") # Download inference data client.download_inference_data("current", "inference_data.parquet") # Submit predictions client.submit_predictions(file_path="predictions.parquet")
🏆 Available Challenges
-
Hyperliquid Ranking: Rank crypto assets on Hyperliquid by expected relative returns
💻 CLI Usage
The package includes a command-line interface:
# List all challenges
crowdcent list-challenges
# Set default challenge
crowdcent set-default-challenge hyperliquid-ranking
# Download data
crowdcent download-training-data latest -o training.parquet
crowdcent download-inference-data current -o inference.parquet
# Submit predictions
crowdcent submit predictions.parquet
Documentation: docs.crowdcent.com
🤖 AI Agents Integration
CrowdCent provides a Model Context Protocol (MCP) server that enables direct interaction with the Challenge API from AI agents like Cursor or Claude Desktop using natural language.
MCP Server: github.com/crowdcent/crowdcent-mcp
🤝 Contributing
Contributions are welcome! The crowdcent-challenge client library and documentation are open source.
See our contributing guidelines for details on:
- Forking and cloning the repository
- Setting up development environment
- Making changes and submitting PRs
📬 Have Questions?
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crowdcent_challenge-0.1.11.tar.gz.
File metadata
- Download URL: crowdcent_challenge-0.1.11.tar.gz
- Upload date:
- Size: 275.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c7aa9412215933d40179f51a98043057583c5e9cbc3b26f8e597ca590ae1fd
|
|
| MD5 |
173b75621f48475b13f513d5fe9fc8e2
|
|
| BLAKE2b-256 |
fd6d8981c1551bc0ff256f05f9b41ef2161861b1ba3094a9d7e5477a5b663e50
|
File details
Details for the file crowdcent_challenge-0.1.11-py3-none-any.whl.
File metadata
- Download URL: crowdcent_challenge-0.1.11-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63eca84f4fcfa76775f6580e24b45b23c7516aee55d091238bf30acab001fe9f
|
|
| MD5 |
db83018670ebbca4ed96df8922b8506a
|
|
| BLAKE2b-256 |
c8161391b3189375e58b72bc662ce6f1d48f0a0ab995ab3e723c64fd85cdb8c4
|