mahmed10's picture
Upload 21 files
32ddd9d verified
raw
history blame contribute delete
705 Bytes
export default function GettingStartedPage() {
return (
<section className="glass panel" style={{ marginTop: 24 }}>
<h2 style={{ marginTop: 0 }}>Getting Started</h2>
<p>
Upload an image from your device or paste a URL to begin a segmentation job. Choose the
segmentation model that best fits your use case, provide an optional prompt, and then click
<strong> Segment Image</strong> to see the generated masks and overlays.
</p>
<p>
If you create an account, your recent jobs are saved so you can revisit results later. You
can also refresh the history list or clear it entirely from the main dashboard.
</p>
</section>
);
}