Pinkvinus commited on
Commit
dec6259
·
verified ·
1 Parent(s): 6f92de8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -5,6 +5,16 @@ colorFrom: red
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ short_description: Cheat detection MSc Thesis
9
  ---
10
 
11
+ # Counter Strike Cheat Detection
12
+
13
+ We are two students working on a masters thesis regarding cheat detection in fps video games.
14
+ We have found that Counter-Strike 2 currently (may 4. 2025) has a lot of cheaters, but when investigating
15
+ anti cheat measures we find that a lot of companies are very secretive regarding their cheat detection
16
+ process.
17
+
18
+ Therefore, we want to investigate the use of transformers to create a cheat detection model on demo data.
19
+
20
+ This organisation will contain all matters regarding the project such as: Data, context windows, Models etc.