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.
- Host: GitHub
- URL: https://github.com/fsmosca/glicko2calculator
- Owner: fsmosca
- License: bsd-3-clause
- Created: 2022-02-05T14:08:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T02:21:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T15:09:09.665Z (almost 2 years ago)
- Topics: glicko2, glicko2-algorithm, herokuapp, python, rating, streamlit
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glicko v2 Rating Calculator
[](https://glicko2-calculator.streamlit.app/)
[](https://www.python.org/downloads/release/python-390/)
[](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

## Setting

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