mostly vibecoded ._. zZz
Various statistics on the current showdown meta :)
Replay data used to build the database comes from:
Use the parquet files from that dataset (for example in a local data/ folder) to generate stats.sqlite.
Install dependencies:
pip install -r requirements.txtGenerate the SQLite database from parquet files:
python3 tools/build_stats.py --data_dir data --out stats.sqlitepython3 app.py --db stats.sqlite --host 127.0.0.1 --port 8000Then open http://127.0.0.1:8000.
Contributions are welcome. If you want to improve the project, feel free to open an issue or submit a pull request.