reeeemo commited on
Commit
8a4c7a4
·
verified ·
1 Parent(s): cda75c5

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -7
README.md CHANGED
@@ -1,18 +1,44 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
4
  # Your Personal Game Coach for Fortnite!
5
  An AI dedicated to helping you improve your fortnite abilities!
6
 
7
- Includes
8
- - Object Detection (UI, building, guns, etc.) **IN PROGRESS**
9
- - Animation Detection (Player is building, player is shooting, etc.) **NOT STARTED**
10
- - Correlate your gameplay to professional players and get advice! **NOT STARTED**
 
 
 
 
 
 
 
 
 
 
11
 
12
- # Model Files
 
 
 
 
 
 
13
  - best.pt - Trained YOLOv8 weights
14
  - best.onnx - ONNX format for CVAT compatibility
15
 
16
-
17
  ## Credit
18
- Created by reeeemo
 
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: object-detection
4
+ tags:
5
+ - yolov8
6
+ - object-detection
7
+ - fortnite
8
+ - gaming
9
+ - ai-coaching
10
  ---
11
+
12
  # Your Personal Game Coach for Fortnite!
13
  An AI dedicated to helping you improve your fortnite abilities!
14
 
15
+ ## Features
16
+
17
+ ### Object Detection (UI, building, guns, etc.)
18
+ **IN PROGRESS**
19
+ - Player detection
20
+ - Storm timer tracking
21
+ - Killfeed & Player Count monitoring
22
+ - Building elements detection
23
+ - Material tracking
24
+ - Minimap analysis
25
+ - Weapon recognition
26
+
27
+ ### Animation Detection (Player is building, player is shooting, etc.)
28
+ **NOT STARTED**
29
 
30
+ ### Gameplay Analysis
31
+ **NOT STARTED**
32
+ - Correlate your gameplay to professional players
33
+ - Get personalized advice
34
+ - Performance Tracking
35
+
36
+ ## Model Files
37
  - best.pt - Trained YOLOv8 weights
38
  - best.onnx - ONNX format for CVAT compatibility
39
 
 
40
  ## Credit
41
+ Created by reeeemo
42
+
43
+ ## License
44
+ MIT License - See LICENSE file for details