Skip to content

bluesightai/explorer

Repository files navigation

Bluesight Explorer

Build and Deploy

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.

How to Run

  1. 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"
  1. Install dependencies and start dev server:
bun install

bun run dev
  1. For production build:
bun run build

About

Open-vocabulary object search using SkyCLIP embeddings

Resources

Stars

Watchers

Forks