--- title: "Quick Start" description: "Get started with Image Matching WebUI in 3 simple steps" --- # Quick Start Get up and running with Image Matching WebUI in minutes. This guide covers the fastest way to start matching images. Need other installation methods? See the installation guide for Docker, source installation, and more. ## 1. Install (PyPI) The fastest way to install Image Matching WebUI: ```bash pip install imcui ``` Or with dataset support: ```bash pip install imcui[datasets] ``` ## 2. Launch Start the web interface: ```bash imcui -s 127.0.0.1 ``` This opens http://localhost:7860 in your browser. ## 3. Match Images The interface provides four simple steps: Select two images you want to match Pick from 20+ matching algorithms Adjust thresholds and parameters Click "Match" and view results ## What's Next? Now that you're running, explore these resources: Test different algorithms on your images Tune parameters for your use case Automate matching programmatically Get help with common problems ## Try Without Installation Not ready to install? Try the demo first: Test the interface without installation