Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pureooze/dota2-match-predictor

AI that predicts the outcome of dota2 matches
https://github.com/pureooze/dota2-match-predictor

Last synced: 14 days ago
JSON representation

AI that predicts the outcome of dota2 matches

Awesome Lists containing this project

README

        

# dota2-match-predictor

AI that predicts the outcome of dota2 matches

## Config

Before running, create an api.json file in the root directory of the project with the following:

```
{
"key": YOUR_API_KEY,
"matchLimit": "10",
"minPlayers": 10,
"skillLevel": 3
}
```