Core analytics engine for PlayAid, used for analyzing and visualizing the log output of https://github.com/NathanBWaters/ult_logger
Here is an example output:
Reach out on discord.playaid.app on the #open-source channel for any questions!
- Stats generation and punish logic
- Ability to create graphs easily and efficiently
- Deep learning experiments
git clone https://github.com/NathanBWaters/playaid_core
cd playaid_core
pip install -r requirements.txt
python playaid/manuscript.py --video-path /path/to/video.mp4 --log-path /path/to/log.txt
Reach out on discord.playaid.app on the #open-source channel for any questions!