This is a web application for exploring satellite imagery and performing visual search using AI. Users can search for specific objects or features (like "solar panels" or "blue cars") either by text query or by selecting example locations on a map, with results displayed as a heatmap and individual tile markers. The app integrates with Google Maps for visualization, uses Supabase for backend storage and querying, and implements features like similarity search, negative example filtering, and interactive result browsing.
- Create
.env
file with required Google Maps credentials:
VITE_GOOGLE_MAPS_API_KEY="your-api-key-here"
VITE_GOOGLE_MAP_ID="your-map-id-here"
- Install dependencies and start dev server:
bun install
bun run dev
- For production build:
bun run build