foxnewsnetwork / causality

util files and stuff for me going through Judea Pearl's textbook on causality
1 stars 0 forks source link

Causality

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

Status

WIP

TODO: properly setup, release, and put in badges

Getting Started

Prerequistes:

Run the following to setup:

./scripts/bootstrap/python.sh

TODO: put together javascript bootstrap script TODO: put in a better docs

Structure of the Project

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

Technical Project Management

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.