Heading 1

Heading 2

Heading 3

Heading 4


This is a regular paragraph. It contains bold text, italic text, and bold italic. Here is some inline code as well.

Here is a sample link that goes nowhere for now.

This is a blockquote. Useful for highlighting testimonials or important notes from clients.


Lists

Unordered

Ordered

  1. Step one
  2. Step two
  3. Step three

Code Block

import cv2

image = cv2.imread("input.jpg")
result = model.detect(image)
print(f"Found {len(result.boxes)} objects")

Table

ModelAccuracyInference Time
YOLOv894.2%12ms
Custom CNN97.1%28ms
EfficientDet91.8%18ms