Note - Repo is being heavily refactored, see 3.0.0
branch for a sneak peek
A program for gathering positional data and providing analytics from League of Legends videos. It can be used to automatically gather spatiotemporal data (player locations over time) from a series of Youtube/locally stored videos
For more information, see the wiki
Download directly from github and unzip or clone from the command line
$ git clone https://github.com/Steeeephen/LAVA
2. Install Python 3 and pip
$ cd <path_to_folder>/LAVA
Where path_to_folder
is the path to the folder containing the unzipped file (e.g. C:/Users/ste/Downloads/ or ~/Documents/python/)
$ pip install -r requirements.txt
$ python app.py