File size: 881 Bytes
6f92de8 dec6259 6f92de8 dec6259 0a84da3 79ac023 0a84da3 79ac023 0a84da3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
title: README
emoji: ⚡
colorFrom: red
colorTo: gray
sdk: static
pinned: false
short_description: Cheat detection MSc Thesis
---
# Counter Strike Cheat Detection
We are two students working on a masters thesis regarding cheat detection in fps video games.
We have found that Counter-Strike 2 currently (may 4. 2025) has a lot of cheaters, but when investigating
anti cheat measures we find that a lot of companies are very secretive regarding their cheat detection
process.
Therefore, we want to investigate the use of transformers to create a cheat detection model on demo data.
This organisation will contain all matters regarding the project such as: Data, context windows, Models etc.
### Code
Data collection code can be found at: https://github.com/Pinkvinus/CS2_demo_scraper
Model training code can be found at: https://github.com/Pinkvinus/CS2_cheat_detection |