Skip to content
forked from Steeeephen/LAVA

LoL Automated Video Analytics: Open-Source VoD Analytics Tool for League of Legends

License

Notifications You must be signed in to change notification settings

KenAijmNight/LAVA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


LoL Automated Video Analyser - LAVA

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


1. Download or clone the repo

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

3. Navigate to folder in the command line/terminal

$ 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/)

4. Install dependencies, these are the libraries required to run the program

$ pip install -r requirements.txt

5. Run App

$ python app.py


About

LoL Automated Video Analytics: Open-Source VoD Analytics Tool for League of Legends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.8%
  • HTML 14.2%