LAVA
LAVA copied to clipboard
LoL Automated Video Analytics: Open-Source VoD Analytics Tool for League of Legends
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.11.14. Release notes Sourced from yt-dlp's releases. yt-dlp 2023.11.14 A description of the various files are in the README Important changes The release channels have...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Bumps [flask](https://github.com/pallets/flask) from 2.0.0 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Currently, almost all logic is in the lava.py module. This makes the code hard to maintain and difficult to manage. This also makes the code impossible to unit test, which...
While currently a low priority issue, in the future with Docker deployments, we should manage the library versions used in this repo.
LAVA can sometimes struggle to automatically figure out the league, would be worth investigating if it's a common issue and whether I should reintroduce the concept of choosing the league...
Lightweight mode just uses the old logic of 'read the timer from the baron timer' but without stopping at 20 minutes. It should be reintroduced as otherwise the timer data...
viego changes his ingame portrait when he transforms, try to avoid this messing up the data
Right now the tool assumes the players line up from top to support, but that may not always be the case. Use a simple classification model to predict which role...
Seems like the champ portraits in level 1 graphs don't match up with the graphs themselves