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

# ALPR Vue: License Plate Recognition in Your Browser

> ALPR Vue detects and reads vehicle license plates in your browser — live camera, photo, or video. No server, no account, and fully private.

ALPR Vue is a free, browser-based tool for automatic license plate recognition (ALPR). Point your camera at a vehicle or upload a photo or video, and the app instantly detects and reads the plate — right on your device. No account needed, no internet connection required after the first load, and your images never leave your phone or computer.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in minutes. Open the app, grant camera access, and start reading plates.
  </Card>

  <Card title="Camera Mode" icon="camera" href="/camera-mode">
    Use your webcam or phone camera to detect plates in real time with live bounding boxes.
  </Card>

  <Card title="Upload Files" icon="upload" href="/upload-files">
    Upload a photo or video to extract all license plates without a live camera.
  </Card>

  <Card title="Export Data" icon="file-csv" href="/exporting-data">
    Download your detected plates as a CSV file for use in Excel or other tools.
  </Card>
</CardGroup>

## How to get started

<Steps>
  <Step title="Open the app in your browser">
    ALPR Vue runs entirely in your browser. No installation, no account, and no sign-up required.
  </Step>

  <Step title="Choose your input mode">
    Click **Start Camera** to use your webcam or phone camera, or click **Upload File** to process a saved image or video.
  </Step>

  <Step title="Read the plates">
    The app automatically detects plates and displays them in the history list with confidence scores and timestamps.
  </Step>

  <Step title="Export your results">
    Click **Export CSV** to download all detected plates as a spreadsheet-ready file.
  </Step>
</Steps>

## Key features

<CardGroup cols={2}>
  <Card title="100% Private" icon="shield-halved" href="/privacy">
    All AI processing happens locally on your device. Your images and videos are never uploaded anywhere.
  </Card>

  <Card title="Three Input Modes" icon="sliders" href="/camera-mode">
    Live camera, photo upload, and video upload — all processed through the same AI pipeline.
  </Card>

  <Card title="Editable Results" icon="pen" href="/viewing-results">
    Tap any detected plate to view character-level confidence scores and manually correct misreads.
  </Card>

  <Card title="Configurable Settings" icon="gear" href="/settings-overview">
    Adjust detection sensitivity, confirmation timing, theme, and language to fit your workflow.
  </Card>
</CardGroup>

<Note>
  ALPR Vue is optimized for **European license plates**. Detection accuracy may vary for plates from other regions.
</Note>
