Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pureooze/dota2-match-predictor
- Owner: pureooze
- License: mit
- Created: 2019-04-04T17:43:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T16:07:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T08:37:00.439Z (2 months ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```