Skip to content

prateekt/pokemon-go-video-analysis

Repository files navigation

Pokémon Go Video Analysis

Tools for analyzing Pokémon Go Player vs. Player (PvP) Videos.

from battle_logger.pipeline import BattleLoggerPipeline

pogo_pipeline = BattleLoggerPipeline()
output = pogo_pipeline.exec('path/to/video')
pogo_pipeline.save_output(out_path="test_output", basename="battle_logger_output")

Extract battles from videos and analyze what Pokémon appear in which battles:

Log your battles and analyze your Pokémon's performance:

Installation:

make conda_dev
conda activate pogo_video_analysis_env
pip install pokemon-go-video-analysis

About

Tools for analyzing Pokémon Go Player vs. Player (PvP) Videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published