https://github.com/eren23/open_geo_spy
A basic implementation of geospy
https://github.com/eren23/open_geo_spy
gemini geocoding geolocation geospatial-analysis llm openrouter vlm
Last synced: 12 months ago
JSON representation
A basic implementation of geospy
- Host: GitHub
- URL: https://github.com/eren23/open_geo_spy
- Owner: eren23
- Created: 2025-02-16T12:41:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-01T17:45:11.000Z (about 1 year ago)
- Last Synced: 2025-04-01T18:48:11.174Z (about 1 year ago)
- Topics: gemini, geocoding, geolocation, geospatial-analysis, llm, openrouter, vlm
- Language: Python
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# open geo spy
A very basic alternative open source implementation of the [GeoSpy](https://geospy.ai) platform.
Most of the code is sub optimal and not optimized for performance.
It sometimes works really well, but sometimes it doesn't.
Some concepts are just there for the sake of being there and probably degrading the performance.
My goals:
- Remove bias i introduced when trying to make it work :D
- Rereview all the ai written code and potentially replace it
- Experiment with different llms
- Use more location examples
- and more...
## Run
put requirements into .env file
```bash
docker compose up --build
```