You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,20 @@ STAC Semantic Search allows users to find satellite imagery and geospatial data
15
15
-**Visual Results**: Interactive maps showing search results and areas of interest
16
16
17
17
18
+
## 🚧 Early Prototype
19
+
20
+
This project is still in its very early stages and under active development. You might encounter some quirks or rough edges, but please give it a try and let us know what you think!
21
+
22
+
18
23
## 🚀 Getting Started
19
24
20
25
### Prerequisites
21
26
22
-
- Python 3.12+
23
-
- OpenAI API key
24
-
- Docker (optional)
27
+
- OpenAI API key / Anthropic API key / Mistral API key (or any other LLM [supported by Pydantic AI](https://ai.pydantic.dev/models/))
28
+
- Docker and docker compose
29
+
- A STAC catalog to search through
30
+
- A [Geodini instance](https://github.com/sunu/geodini) to resolve geolocation queries
31
+
25
32
26
33
### Installation
27
34
@@ -55,7 +62,7 @@ STAC Semantic Search allows users to find satellite imagery and geospatial data
0 commit comments