Project
Links & Resources
GitHub - alexnoerdemann/hltv-match-prediction at develop
Database
TODO
Untitled
Ideas
- Add a preview to all currently LIVE matches, when the user enters the page — a little bit like done in hltv.org. We don’t need every information of the match yet, only if the user clicks on one of the displayed LIVE matches. Crawling/parsing this data should be fairly cheap and fast, since we can retrieve it from the front page of hltv.org directly.
- The “searchbar” in the navbar has a history of already parsed/predicted matches. Probably need some cookie mechanism for this.
Remarks
- The Economy tab of the maps Stats page only provides data for the normal “MR12” map progress — so no overtime data is provided. If we train the model based on those data, it will probably not predict overtimes very well — because of the different money and round situations in “MR3/5/…”. This is a limitation we have to live with.
- Packages install with
npm
for the client/frontend:
npm install bulma
(CSS Framework without any JS)
npm install @fortawesome/fontawesome-free
(Icon Library)