SECUTOR-INTELEGENCE commited on
Commit
06909b3
·
verified ·
1 Parent(s): 1604de1

https://huggingface.co/spaces/Ultralytics/YOLO11

Browse files
Files changed (7) hide show
  1. camera.html +3 -0
  2. index.html +4 -0
  3. security.html +4 -1
  4. yolov10.html +10 -1
  5. yolov11.html +179 -0
  6. yolov13.html +10 -1
  7. yoloworld.html +10 -1
camera.html CHANGED
@@ -39,6 +39,9 @@
39
  <a href="yolov10.html" class="text-blue-600 hover:text-blue-800 flex items-center">
40
  <i data-feather="cpu" class="mr-1"></i> YOLOv10
41
  </a>
 
 
 
42
  </div>
43
  </div>
44
 
 
39
  <a href="yolov10.html" class="text-blue-600 hover:text-blue-800 flex items-center">
40
  <i data-feather="cpu" class="mr-1"></i> YOLOv10
41
  </a>
42
+ <a href="yolov11.html" class="text-blue-600 hover:text-blue-800 flex items-center">
43
+ <i data-feather="cpu" class="mr-1"></i> YOLOv11
44
+ </a>
45
  </div>
46
  </div>
47
 
index.html CHANGED
@@ -103,6 +103,10 @@
103
  <i data-feather="cpu" class="w-4 h-4 mr-2"></i>
104
  YOLOv10
105
  </a>
 
 
 
 
106
  <button class="px-4 py-2 bg-gray-100 rounded-lg hover:bg-gray-200 transition flex items-center">
107
  <i data-feather="maximize" class="w-4 h-4 mr-2"></i>
108
  Fullscreen
 
103
  <i data-feather="cpu" class="w-4 h-4 mr-2"></i>
104
  YOLOv10
105
  </a>
106
+ <a href="yolov11.html" class="px-4 py-2 bg-pink-600 text-white rounded-lg hover:bg-pink-700 transition flex items-center">
107
+ <i data-feather="cpu" class="w-4 h-4 mr-2"></i>
108
+ YOLOv11
109
+ </a>
110
  <button class="px-4 py-2 bg-gray-100 rounded-lg hover:bg-gray-200 transition flex items-center">
111
  <i data-feather="maximize" class="w-4 h-4 mr-2"></i>
112
  Fullscreen
security.html CHANGED
@@ -38,7 +38,10 @@
38
  <a href="yolov13.html" class="text-blue-600 hover:text-blue-800 flex items-center">
39
  <i data-feather="cpu" class="mr-1"></i> YOLOv13 AI
40
  </a>
41
- </div>
 
 
 
42
  </div>
43
 
44
  <div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
 
38
  <a href="yolov13.html" class="text-blue-600 hover:text-blue-800 flex items-center">
39
  <i data-feather="cpu" class="mr-1"></i> YOLOv13 AI
40
  </a>
41
+ <a href="yolov11.html" class="text-blue-600 hover:text-blue-800 flex items-center">
42
+ <i data-feather="cpu" class="mr-1"></i> YOLOv11
43
+ </a>
44
+ </div>
45
  </div>
46
 
47
  <div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-8">
yolov10.html CHANGED
@@ -191,7 +191,16 @@
191
  <p class="text-sm text-gray-600">Benchmark performance</p>
192
  </div>
193
  </a>
194
- </div>
 
 
 
 
 
 
 
 
 
195
  </div>
196
  </div>
197
 
 
191
  <p class="text-sm text-gray-600">Benchmark performance</p>
192
  </div>
193
  </a>
194
+ <a href="yolov11.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
195
+ <div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-4">
196
+ <i data-feather="cpu" class="text-pink-500"></i>
197
+ </div>
198
+ <div>
199
+ <h3 class="font-medium">Compare with YOLOv11</h3>
200
+ <p class="text-sm text-gray-600">Benchmark performance</p>
201
+ </div>
202
+ </a>
203
+ </div>
204
  </div>
205
  </div>
206
 
yolov11.html ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>FlameGuardian - YOLOv11 Integration</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
11
+ body {
12
+ font-family: 'Poppins', sans-serif;
13
+ }
14
+ .model-output {
15
+ aspect-ratio: 16/9;
16
+ }
17
+ </style>
18
+ </head>
19
+ <body class="bg-gray-50 min-h-screen">
20
+ <div class="container mx-auto px-4 py-8">
21
+ <div class="flex justify-between items-center mb-8">
22
+ <h1 class="text-2xl font-bold text-gray-800 flex items-center">
23
+ <i data-feather="cpu" class="mr-2"></i>
24
+ YOLOv11 Model Integration
25
+ </h1>
26
+ <div class="flex space-x-4">
27
+ <a href="index.html" class="text-blue-600 hover:text-blue-800 flex items-center">
28
+ <i data-feather="arrow-left" class="mr-1"></i> Back to Dashboard
29
+ </a>
30
+ <a href="https://huggingface.co/spaces/Ultralytics/YOLO11" target="_blank" class="text-blue-600 hover:text-blue-800 flex items-center">
31
+ <i data-feather="external-link" class="mr-1"></i> View on HuggingFace
32
+ </a>
33
+ </div>
34
+ </div>
35
+
36
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 mb-8">
37
+ <!-- Model Demo -->
38
+ <div class="bg-white rounded-xl shadow-md p-6">
39
+ <h2 class="text-lg font-semibold mb-4 flex items-center">
40
+ <i data-feather="eye" class="mr-2"></i>
41
+ YOLOv11 Demo
42
+ </h2>
43
+ <div class="bg-gray-200 rounded-lg overflow-hidden model-output">
44
+ <img src="http://static.photos/technology/640x360" alt="YOLOv11 Output" class="w-full h-full object-cover">
45
+ <div class="bg-black/50 text-white px-2 py-1 absolute bottom-2 left-2 rounded text-xs">
46
+ Model Output Preview
47
+ </div>
48
+ </div>
49
+ <div class="mt-4 grid grid-cols-2 gap-3">
50
+ <button class="px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition flex items-center justify-center">
51
+ <i data-feather="upload" class="mr-2"></i>
52
+ Upload Image
53
+ </button>
54
+ <button class="px-4 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition flex items-center justify-center">
55
+ <i data-feather="camera" class="mr-2"></i>
56
+ Use Webcam
57
+ </button>
58
+ </div>
59
+ </div>
60
+
61
+ <!-- Configuration -->
62
+ <div class="bg-white rounded-xl shadow-md p-6">
63
+ <h2 class="text-lg font-semibold mb-4 flex items-center">
64
+ <i data-feather="settings" class="mr-2"></i>
65
+ YOLOv11 Settings
66
+ </h2>
67
+ <div class="space-y-4">
68
+ <div>
69
+ <label class="block text-sm font-medium text-gray-700 mb-1">Model Version</label>
70
+ <select class="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
71
+ <option>YOLOv11-Nano</option>
72
+ <option>YOLOv11-Small</option>
73
+ <option selected>YOLOv11-Medium</option>
74
+ <option>YOLOv11-Large</option>
75
+ <option>YOLOv11-Extra Large</option>
76
+ </select>
77
+ </div>
78
+ <div>
79
+ <label class="block text-sm font-medium text-gray-700 mb-1">Confidence Threshold</label>
80
+ <input type="range" min="50" max="95" value="85" class="w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer">
81
+ <div class="text-right text-sm text-gray-600">85%</div>
82
+ </div>
83
+ <div>
84
+ <label class="block text-sm font-medium text-gray-700 mb-1">HuggingFace API Key</label>
85
+ <input type="password" class="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500">
86
+ </div>
87
+ <div class="pt-4">
88
+ <button class="w-full bg-green-600 text-white py-2 px-4 rounded-md hover:bg-green-700 transition flex items-center justify-center">
89
+ <i data-feather="refresh-cw" class="mr-2"></i>
90
+ Initialize Model
91
+ </button>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- Features -->
98
+ <div class="bg-white rounded-xl shadow-md p-6 mb-8">
99
+ <h2 class="text-lg font-semibold mb-4 flex items-center">
100
+ <i data-feather="zap" class="mr-2"></i>
101
+ Key Features
102
+ </h2>
103
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
104
+ <div class="p-4 border border-gray-200 rounded-lg">
105
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mb-3">
106
+ <i data-feather="activity" class="text-blue-500"></i>
107
+ </div>
108
+ <h3 class="font-medium mb-1">Enhanced Accuracy</h3>
109
+ <p class="text-sm text-gray-600">Improved detection performance</p>
110
+ </div>
111
+ <div class="p-4 border border-gray-200 rounded-lg">
112
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mb-3">
113
+ <i data-feather="clock" class="text-purple-500"></i>
114
+ </div>
115
+ <h3 class="font-medium mb-1">Faster Inference</h3>
116
+ <p class="text-sm text-gray-600">Optimized for real-time processing</p>
117
+ </div>
118
+ <div class="p-4 border border-gray-200 rounded-lg">
119
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mb-3">
120
+ <i data-feather="layers" class="text-green-500"></i>
121
+ </div>
122
+ <h3 class="font-medium mb-1">Advanced Architecture</h3>
123
+ <p class="text-sm text-gray-600">Next-gen neural network design</p>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Documentation -->
129
+ <div class="bg-white rounded-xl shadow-md p-6">
130
+ <h2 class="text-lg font-semibold mb-4 flex items-center">
131
+ <i data-feather="book" class="mr-2"></i>
132
+ Resources
133
+ </h2>
134
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
135
+ <a href="https://huggingface.co/spaces/Ultralytics/YOLO11" target="_blank" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
136
+ <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-4">
137
+ <i data-feather="external-link" class="text-blue-500"></i>
138
+ </div>
139
+ <div>
140
+ <h3 class="font-medium">HuggingFace Space</h3>
141
+ <p class="text-sm text-gray-600">Official YOLOv11 implementation</p>
142
+ </div>
143
+ </a>
144
+ <a href="#" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
145
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-4">
146
+ <i data-feather="github" class="text-purple-500"></i>
147
+ </div>
148
+ <div>
149
+ <h3 class="font-medium">GitHub Repository</h3>
150
+ <p class="text-sm text-gray-600">Source code and documentation</p>
151
+ </div>
152
+ </a>
153
+ <a href="yolov10.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
154
+ <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-4">
155
+ <i data-feather="cpu" class="text-green-500"></i>
156
+ </div>
157
+ <div>
158
+ <h3 class="font-medium">Compare with YOLOv10</h3>
159
+ <p class="text-sm text-gray-600">Benchmark performance</p>
160
+ </div>
161
+ </a>
162
+ <a href="yoloworld.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
163
+ <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
164
+ <i data-feather="globe" class="text-indigo-500"></i>
165
+ </div>
166
+ <div>
167
+ <h3 class="font-medium">YOLO-World Integration</h3>
168
+ <p class="text-sm text-gray-600">Advanced object detection</p>
169
+ </div>
170
+ </a>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <script>
176
+ feather.replace();
177
+ </script>
178
+ </body>
179
+ </html>
yolov13.html CHANGED
@@ -209,7 +209,16 @@
209
  <p class="text-sm text-gray-600">Next-gen object detection</p>
210
  </div>
211
  </a>
212
- <a href="yoloworld.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
 
 
 
 
 
 
 
 
 
213
  <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
214
  <i data-feather="globe" class="text-indigo-500"></i>
215
  </div>
 
209
  <p class="text-sm text-gray-600">Next-gen object detection</p>
210
  </div>
211
  </a>
212
+ <a href="yolov11.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
213
+ <div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-4">
214
+ <i data-feather="cpu" class="text-pink-500"></i>
215
+ </div>
216
+ <div>
217
+ <h3 class="font-medium">YOLOv11 Integration</h3>
218
+ <p class="text-sm text-gray-600">Latest YOLO model</p>
219
+ </div>
220
+ </a>
221
+ <a href="yoloworld.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
222
  <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-4">
223
  <i data-feather="globe" class="text-indigo-500"></i>
224
  </div>
yoloworld.html CHANGED
@@ -148,7 +148,16 @@
148
  <p class="text-sm text-gray-600">Benchmark against YOLOv10</p>
149
  </div>
150
  </a>
151
- <a href="#" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
 
 
 
 
 
 
 
 
 
152
  <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-4">
153
  <i data-feather="github" class="text-purple-500"></i>
154
  </div>
 
148
  <p class="text-sm text-gray-600">Benchmark against YOLOv10</p>
149
  </div>
150
  </a>
151
+ <a href="yolov11.html" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
152
+ <div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-4">
153
+ <i data-feather="cpu" class="text-pink-500"></i>
154
+ </div>
155
+ <div>
156
+ <h3 class="font-medium">YOLOv11 Comparison</h3>
157
+ <p class="text-sm text-gray-600">Benchmark against YOLOv11</p>
158
+ </div>
159
+ </a>
160
+ <a href="#" class="p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition flex items-center">
161
  <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-4">
162
  <i data-feather="github" class="text-purple-500"></i>
163
  </div>