https://github.com/nathanbwaters/playaid_core
AI/CV engine for Super Smash Bros Ultimate that powers https://playaid.app.
https://github.com/nathanbwaters/playaid_core
ai computer-vision
Last synced: 12 months ago
JSON representation
AI/CV engine for Super Smash Bros Ultimate that powers https://playaid.app.
- Host: GitHub
- URL: https://github.com/nathanbwaters/playaid_core
- Owner: NathanBWaters
- License: mit
- Created: 2023-12-10T19:57:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T22:47:35.000Z (over 2 years ago)
- Last Synced: 2025-04-30T08:51:57.799Z (about 1 year ago)
- Topics: ai, computer-vision
- Language: Python
- Homepage: https://playaid.app
- Size: 1.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playaid_core
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:
[](https://www.youtube.com/watch?v=ybTR0AzbDDc)
Reach out on discord.playaid.app on the #open-source channel for any questions!
## What all is in this repository?
- [x] Stats generation and punish logic
- [x] Ability to create graphs easily and efficiently
- [x] Deep learning experiments
## Installation / Usage
```
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
```
## Questions?
Reach out on discord.playaid.app on the #open-source channel for any questions!