EarthLake is a model lake system for Earth Observation (EO) foundation models.
It enables model discovery, evaluation, and operation in a unified workflow.
- 🔎 Model Discovery via natural language (REMSA)
- 📊 Benchmarking & Evaluating of EO models
- 🚀 Operation & Inference on new imagery
- 🗂️ Model Registry with structured metadata
- run
cp .env.example .env - Set your OpenAI Api Key in .env
- Run setup with correct profile ( 'gpu' for cuda, else 'cpu', including mps )
docker compose --profile cpu up- go to http://localhost:5173
The original implementation of REMSA: https://github.com/be-chen/REMSA.git


