GopalKrushnaMahapatra commited on
Commit
bcbbb43
Β·
verified Β·
1 Parent(s): 4043c92

Update ai-check.html

Browse files
Files changed (1) hide show
  1. ai-check.html +53 -4
ai-check.html CHANGED
@@ -176,6 +176,7 @@
176
  </section>
177
  </div>
178
 
 
179
  <!-- Extra sections from second file -->
180
  <section class="mt-10 space-y-4">
181
  <h2 class="text-xl md:text-2xl font-semibold">Why choose this AI content checker?</h2>
@@ -228,8 +229,8 @@
228
  Ideal for anyone curious about AI detection or building their own detector interface.
229
  </p>
230
 
231
- <div class="grid md:grid-cols-3 gap-5 mt-3">
232
- <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
233
  <div class="flex items-center gap-3 mb-2">
234
  <div class="w-9 h-9 rounded-full bg-sky-500/20 flex items-center justify-center">
235
  <span class="text-lg">πŸŽ“</span>
@@ -241,7 +242,7 @@
241
  </p>
242
  </div>
243
 
244
- <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
245
  <div class="flex items-center gap-3 mb-2">
246
  <div class="w-9 h-9 rounded-full bg-amber-500/20 flex items-center justify-center">
247
  <span class="text-lg">πŸ§‘β€πŸ«</span>
@@ -253,7 +254,7 @@
253
  </p>
254
  </div>
255
 
256
- <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4 text-xs">
257
  <div class="flex items-center gap-3 mb-2">
258
  <div class="w-9 h-9 rounded-full bg-rose-500/20 flex items-center justify-center">
259
  <span class="text-lg">πŸ’»</span>
@@ -267,6 +268,54 @@
267
  </div>
268
  </section>
269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  <section class="mt-12">
271
  <h2 class="text-xl md:text-2xl font-semibold mb-3">Reviews for this AI checker</h2>
272
  <div class="bg-slate-900/80 border border-slate-800 rounded-2xl p-5 md:p-6 relative overflow-hidden">
 
176
  </section>
177
  </div>
178
 
179
+ <!-- Extra sections from second file -->
180
  <!-- Extra sections from second file -->
181
  <section class="mt-10 space-y-4">
182
  <h2 class="text-xl md:text-2xl font-semibold">Why choose this AI content checker?</h2>
 
229
  Ideal for anyone curious about AI detection or building their own detector interface.
230
  </p>
231
 
232
+ <div class="grid md:grid-cols-3 gap-5 mt-3 text-xs">
233
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
234
  <div class="flex items-center gap-3 mb-2">
235
  <div class="w-9 h-9 rounded-full bg-sky-500/20 flex items-center justify-center">
236
  <span class="text-lg">πŸŽ“</span>
 
242
  </p>
243
  </div>
244
 
245
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
246
  <div class="flex items-center gap-3 mb-2">
247
  <div class="w-9 h-9 rounded-full bg-amber-500/20 flex items-center justify-center">
248
  <span class="text-lg">πŸ§‘β€πŸ«</span>
 
254
  </p>
255
  </div>
256
 
257
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
258
  <div class="flex items-center gap-3 mb-2">
259
  <div class="w-9 h-9 rounded-full bg-rose-500/20 flex items-center justify-center">
260
  <span class="text-lg">πŸ’»</span>
 
268
  </div>
269
  </section>
270
 
271
+ <section class="mt-10 space-y-4">
272
+ <h2 class="text-xl md:text-2xl font-semibold">How does this AI content checker work?</h2>
273
+ <p class="text-sm text-slate-300">
274
+ The scoring is intentionally simple, so you can read the JavaScript and fully understand it.
275
+ </p>
276
+
277
+ <div class="grid md:grid-cols-3 gap-5 mt-3 text-xs">
278
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
279
+ <div class="flex items-center gap-3 mb-2">
280
+ <div class="w-9 h-9 rounded-full bg-fuchsia-500/20 flex items-center justify-center">
281
+ <span class="text-lg">1️⃣</span>
282
+ </div>
283
+ <p class="font-semibold text-sm">Tokenise the text</p>
284
+ </div>
285
+ <p>
286
+ Text is lower-cased and split into words and sentences for basic statistics.
287
+ </p>
288
+ </div>
289
+
290
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
291
+ <div class="flex items-center gap-3 mb-2">
292
+ <div class="w-9 h-9 rounded-full bg-indigo-500/20 flex items-center justify-center">
293
+ <span class="text-lg">2️⃣</span>
294
+ </div>
295
+ <p class="font-semibold text-sm">Measure patterns</p>
296
+ </div>
297
+ <p>
298
+ It looks at vocabulary variety and average sentence length β€” long, repetitive text can
299
+ look more AI-like.
300
+ </p>
301
+ </div>
302
+
303
+ <div class="bg-slate-900/70 border border-slate-800 rounded-2xl p-4">
304
+ <div class="flex items-center gap-3 mb-2">
305
+ <div class="w-9 h-9 rounded-full bg-emerald-500/20 flex items-center justify-center">
306
+ <span class="text-lg">3️⃣</span>
307
+ </div>
308
+ <p class="font-semibold text-sm">Compute a score</p>
309
+ </div>
310
+ <p>
311
+ Those metrics are combined into an AI-generated probability (0–100%), displayed and
312
+ saved in your PDF report.
313
+ </p>
314
+ </div>
315
+ </div>
316
+ </section>
317
+
318
+
319
  <section class="mt-12">
320
  <h2 class="text-xl md:text-2xl font-semibold mb-3">Reviews for this AI checker</h2>
321
  <div class="bg-slate-900/80 border border-slate-800 rounded-2xl p-5 md:p-6 relative overflow-hidden">