> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sinkove.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Generate synthetic medical imaging datasets with advanced AI

<img src="https://mintcdn.com/sinkove/z-JK1tEq8IaQCYVy/images/docs_intro_img.svg?fit=max&auto=format&n=z-JK1tEq8IaQCYVy&q=85&s=53d250397e3d5a7dc92a65cf345b9adc" alt="Sinkove Platform" width="701" height="509" data-path="images/docs_intro_img.svg" />

## Overview

Sinkove provides a powerful platform for generating synthetic medical imaging datasets leveraging advanced generative AI, primarily diffusion models. Users can easily create customized datasets suitable for AI model training, clinical trials and general research around medical imaging. We provide a python SDK and a web application to interact with our AI models.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/essentials/quickstart">
    Get started generating your first synthetic medical imaging dataset
  </Card>

  <Card title="Python SDK" icon="python" href="/essentials/python-sdk">
    Download and manage datasets programmatically with our Python SDK
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Advanced Generative AI" icon="brain" href="/essentials/quickstart">
    Leverage state-of-the-art diffusion models for high-quality synthetic
    medical images
  </Card>

  <Card title="Customizable Datasets" icon="sliders" href="/essentials/datasets">
    Configure datasets with specific medical conditions and imaging parameters
  </Card>

  <Card title="API Integration" icon="code" href="/api-reference/index">
    Seamlessly integrate with your workflows using our REST API
  </Card>

  <Card title="SDK & Examples" icon="flask" href="/essentials/sdk-quickstart">
    Ready-to-use Python SDK with practical examples for rapid integration
  </Card>
</CardGroup>

## Getting Started

Ready to create your first synthetic medical imaging dataset? Our platform makes it simple:

1. **Select a Model** - Choose from our collection of advanced generative models
2. **Configure Parameters** - Specify medical conditions and imaging requirements
3. **Generate Data** - Create preview samples or full datasets up to 1000 images
4. **Download Results** - Use our Python SDK for efficient dataset management

<Card title="Start Creating Datasets" icon="play" href="/essentials/quickstart">
  Follow our quick start guide to generate your first synthetic dataset in
  minutes
</Card>

## Developer Resources

<CardGroup cols={3}>
  <Card title="Install SDK" icon="download" href="/essentials/sdk-installation">
    Set up the Python SDK in your environment
  </Card>

  <Card title="SDK Examples" icon="code" href="/essentials/sdk-examples">
    Browse practical code examples and patterns
  </Card>

  <Card title="API Reference" icon="book" href="/essentials/sdk-reference">
    Complete SDK API documentation
  </Card>
</CardGroup>
