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

# Home

export const productLL = 'LandingLens';

export const companyName = 'LandingAI';

<div className="homepage-section">
  <h1 className="homepage-title">
    Develop computer vision models with {productLL}
  </h1>

  <div className="homepage-description">
    Learn how to get started with [{productLL}](https://app.landing.ai/).
  </div>

  <div className="homepage-card-spacing">
    <CardGroup cols={2}>
      <Card title="LandingLens" icon="file-import" href="https://app.landing.ai/">
        Create an account or log in to LandingLens.
      </Card>

      <Card title="Start Here" icon="play" href="/landinglens-workflow">
        Learn about the basic {productLL} workflow.
      </Card>
    </CardGroup>

    <CardGroup cols={2}>
      <Card title="API Reference" icon="code" href="https://docs.landing.ai/api-reference/image/get-project-metadata">
        Integrate and scale using our API.
      </Card>

      <Card title="What's New" icon="star" href="/landinglens-release-notes">
        Learn about changes and new features in {productLL}.
      </Card>
    </CardGroup>
  </div>
</div>

<div className="homepage-section">
  <h1 className="homepage-title">
    Deployment Options
  </h1>

  <div className="homepage-description">
    Learn about the different methods for deploying {productLL} computer vision models.
  </div>

  <div className="homepage-card-spacing">
    <CardGroup cols={3}>
      <Card title="Cloud Deployment" icon="cloud" href="/cloud-deployment">
        Deploy to an endpoint hosted within the LandingLens app.
      </Card>

      <Card title="LandingEdge" icon="industry" href="/landingedge/landingedge-overview">
        Deploy to the LandingEdge app and communicate with edge devices, industrial cameras, and PLCs.
      </Card>

      <Card title="Docker" icon="docker" href="/landingedge/docker-deploy">
        Deploy the model and run inference in a self-hosted Dockerized container.
      </Card>
    </CardGroup>
  </div>

  <div className="homepage-section">
    <h1 className="homepage-title">
      Scale with Our Libraries
    </h1>

    <div className="homepage-description">
      Use our Python and JavaScript libraries to acquire images and run inference programmatically.
    </div>

    <div className="homepage-card-spacing">
      <CardGroup cols={2}>
        <Card title="Python Library" icon="python" href="https://github.com/landing-ai/landingai-python" />

        <Card title="JavaScript Library" icon="js" href="https://github.com/landing-ai/landingai-js" />
      </CardGroup>
    </div>
  </div>
</div>
