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
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered
- Step one
- Step two
- Step three
Code Block
import cv2
image = cv2.imread("input.jpg")
result = model.detect(image)
print(f"Found {len(result.boxes)} objects")
Table
| Model | Accuracy | Inference Time |
|---|---|---|
| YOLOv8 | 94.2% | 12ms |
| Custom CNN | 97.1% | 28ms |
| EfficientDet | 91.8% | 18ms |