Spaces:
Running
Running
File size: 781 Bytes
106563b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: PrediBench Backend
emoji: π€
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false
license: apache-2.0
---
# PrediBench Backend
Automated system that fetches Polymarket questions weekly and runs AI agent predictions.
## Features
- π Weekly restart every Sunday at 8:00 AM UTC
- π Fetches top 10 Polymarket questions at 8:30 AM UTC
- π€ Runs predictions from multiple AI agents
- π Uploads results to HuggingFace datasets
- π₯οΈ Monitoring interface
## Environment Variables
Set these in your Space settings:
- `HF_TOKEN`: Your HuggingFace API token
- Add any model API keys (OpenAI, Anthropic, etc.)
## Datasets
Creates and updates:
- `m-ric/predibench-weekly-markets`
- `m-ric/predibench-agent-choices` |