Skip to content
Ste edited this page Jun 5, 2021 · 4 revisions

Arguments

Run from the command line

$ python app.py

The web app should be available at localhost:8080

From there, you should be greeted by the homepage with 3 sections

Data

A list of all games where data has been gathered. This shows the contents of the output/positions folder

Graphs

A list of all games with graphs saved on the machine. You can click each game to go in and see the graphs

Input Game

This is how you run the tool on new videos

The program can be used with either Youtube videos or local videos

For local videos, add your videos to the input/ folder and use their filename instead of a Youtube URL

If the Youtube URL is a playlist, tick that box

If you want to draw graphs for the game, tick that box

If you want to show the progress of the game as it's tracked, tick that box

Clone this wiki locally