Show HN: 我教 GPT-OSS-120B 用 Google Lens 和 OpenCV 看
发布: (2026年2月11日 GMT+8 13:40)
1 分钟阅读
原文: Hacker News
Source: Hacker News
概览
我构建了一个 MCP 服务器,为任何本地 LLM 提供真实的 Google 搜索和视觉能力——无需 API 密钥。最新功能 google_lens_detect 使用 OpenCV 在图像中检测对象,裁剪每个对象并将其发送至 Google Lens 进行识别。GPT‑OSS‑120B 是一个仅文本模型,完全不具备视觉支持,却能够正确识别桌面照片中的 NVIDIA DGX Spark 和 SanDisk USB 驱动器。
功能
- Google 搜索、新闻、购物、学术、地图、财经、天气、航班、酒店、翻译、图片、趋势等(共 17 种工具)
- 通过 OpenCV + Google Lens 提供视觉支持(
google_lens_detect) - 无需 API 密钥
安装
pip install noapi-google-search-mcp
playwright install chromium