Upload New Task

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Task File Format Requirements

Your ZIP file must contain:

  • main.py - Your main Python script (entry point)
  • requirements.txt - List of Python dependencies (optional)
  • Any additional files your task needs

📁 Example structure:

my_task.zip
├── main.py           # Your main script
├── requirements.txt  # Dependencies (e.g., numpy, pandas)
├── data/            # Additional data files
└── utils/           # Helper modules

Note: The system will automatically install dependencies from requirements.txt before running your main.py script.

System Requirements

💡 Tip: Multiple tasks will be automatically distributed to different worker nodes for parallel execution
💡 Your trust score affects task allocation priority. High-trust users get priority access to high-performance nodes

← Back to Console