An open API service indexing awesome lists of open source software.

https://github.com/fsmosca/glicko2calculator

Calculates Glicko2 rating given 2 players data.
https://github.com/fsmosca/glicko2calculator

glicko2 glicko2-algorithm herokuapp python rating streamlit

Last synced: 5 months ago
JSON representation

Calculates Glicko2 rating given 2 players data.

Awesome Lists containing this project

README

          

# Glicko v2 Rating Calculator
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://glicko2-calculator.streamlit.app/)
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-310/)

It calculates Glicko2 rating given 2 players data.

You can visit the app at https://glicko2-calculator.streamlit.app/.

## Calculation

![image](https://github.com/fsmosca/glicko2calculator/assets/22366935/e42ec7ef-6798-46a6-98b3-988efda49a7f)

## Setting

![image](https://github.com/fsmosca/glicko2calculator/assets/22366935/93401992-c7ed-413c-ae09-bbef8753e859)

## Credits
* [Mark Glickman](http://www.glicko.net/glicko.html)
* [Sublee Glicko2 Library](https://github.com/sublee/glicko2)
* [Streamlit](https://streamlit.io/)