An open API service indexing awesome lists of open source software.

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.

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:

[![playaid output](https://img.youtube.com/vi/ybTR0AzbDDc/0.jpg)](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!