This project is my attempt to learn AI-based botting through setting an audio / video stream processing ai. Although eventually to be made general purpose, the initial use case would be to use the AI to play MOBA games such as League of Legends
WIP
TODO: properly setup, release, and put in badges
Prerequistes:
Run the following to setup:
./scripts/bootstrap/python.sh
TODO: put together javascript bootstrap script TODO: put in a better docs
This project divides into two parts:
Run the JS side via yarn run start
Run the python side via pipenv run devstart
If it's your first time, be sure to initialize the db with:
pipenv run init-db
The tpm directory contains documentation, plans, and other such things related to the management of this project itself. In addition, I will use github to track the project's backlog, releases, and progress.