Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,16 @@ colorFrom: red
|
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|