← 返回
数据分析 Key 中文

GeoInfer Image Geolocation

AI image geolocation via visual analysis — no GPS or EXIF needed. Requires GEOINFER_API_KEY.
AI图像视觉定位——无需GPS或EXIF数据,需GEOINFER_API_KEY
samtin0x
数据分析 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 545
下载
💾 13
安装
1
版本
#latest

概述

GeoInfer — AI Image Geolocation

🌍 Geolocate any image using AI — no GPS, no EXIF, no metadata required.

GeoInfer analyzes visual cues (architecture, terrain, vegetation, signage) to predict where a photo was taken, down to city level. Built for OSINT, digital forensics, investigative journalism, and security workflows.

Requires the GEOINFER_API_KEY environment variable.

Setup

  1. Get your API key from app.geoinfer.com/en/api
  2. Run: export GEOINFER_API_KEY="geo_your_key_here"

Tools

Predict Image Location

bash scripts/predict.sh /path/to/image.jpg [model_id] [top_n]
  • model_id — model to use (default: global_v0_1). Run models.sh to list available models.
  • top_n — number of top predictions to return, 1–15 (default: 5)
  • Accepts JPEG, PNG, WebP, and other common image formats (max 10MB)

Example:

bash scripts/predict.sh photo.jpg global_v0_1 5

Output: JSON array of top location predictions with coordinates and confidence scores.

List Available Models

bash scripts/models.sh

Returns all models available to your API key (e.g., Global, Car, Property, Accuracy).

Check Credits

bash scripts/credits.sh

Returns your current credit balance.

Credit Costs

Model typeCredits per prediction
------------------------------------
Global1
Car2
Property3
Accuracy3

Agent Usage Notes

  • Always run models.sh first if unsure which model to use
  • Prefer global_v0_1 for general-purpose geolocation
  • Use top_n=1 for fastest single-answer responses; top_n=5 for investigations requiring confidence comparison
  • Check credits before running large batch jobs
  • Images must be local files — download remote images before passing to predict.sh

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 09:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,936
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,901
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,302