> ## 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.

# LandingLens Workflow

export const vp = 'Visual Prompting';

export const smartLabel = 'Smart Labeling';

export const productLL = 'LandingLens';

export const mi = 'Mobile Inference';

export const llsf = 'LandingLens on Snowflake';

export const companyName = 'LandingAI';

*This article applies to these versions of LandingLens:*

<table>
  <thead>
    <tr>
      <th>LandingLens</th>
      <th>LandingLens on Snowflake</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>
  </tbody>
</table>

LandingLens is a cloud-based platform that allows you to develop and deploy computer vision models, all without needing a background in deep learning or artificial intelligence.

After you [sign up](https://app.landing.ai/signup) for LandingLens, follow this workflow to create and deploy your computer vision model:

1. [Create a project](./create-projects).
2. [Upload images to that project](./upload-images).
3. [Create classes](./create-classes).
4. [Label your images](./labeling).
5. [Train your model](./train-models).
6. [Review the predictions](./view-predictions). If needed, improve your dataset, retrain your model, and repeat until you're happy with your model's performance.
7. [Deploy your model](./deployment-options).

## LandingLens Video Walk-Through

Learn how to use LandingLens directly from Andrew Ng, the Founder of {companyName}! In the following video, Andrew Ng walks you through the process of creating a computer vision model in LandingLens. He explains how to upload images, train a model, and test it on new images it has never seen before!

<iframe width="560" height="315" src="https://www.youtube.com/embed/779kvo2dxb4?&wmode=opaque&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

<Info>Want to see more videos about how to use LandingLens? Check out our [Video Tutorial Library](https://community.landing.ai/c/video-tutorial-library/)!</Info>
