--- title: Hivemind GPU Worker emoji: 🤖 colorFrom: purple colorTo: blue sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false license: mit hardware: zero-a10g --- # 🤖 Hivemind GPU Worker **ZeroGPU Training Worker** - Part of FREE GPU FARM (72h/week automated!) ## GPU Resources | Platform | GPU | Hours/Week | Status | |----------|-----|------------|--------| | Kaggle | P100 16GB | 30h | ✅ Auto | | **HuggingFace** | **ZeroGPU T4** | **42h** | ✅ Auto | | Total Automated | - | **72h** | ✅ | ## API Usage ```python from gradio_client import Client client = Client("Pista1981/hivemind-gpu-worker") result = client.predict( agent_name="MyAgent", skill="machine learning", epochs=1, api_name="/train_agent" ) ```