Skip to content

Instantly share code, notes, and snippets.

View frytos's full-sized avatar

Frytos frytos

View GitHub Profile
@yangchuansheng
yangchuansheng / claude-code-metrics.json
Last active March 13, 2026 20:41
claude-code-metrics.json
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
@tfriedel
tfriedel / ChatGPT-Vision_API_Exporter.md
Last active August 16, 2025 02:02
ChatGPT explains how to process images with ChatGPT

Vision API Exporter

You:

I need to analyse bulk images (50-100) and export results as csv. I want to use the Chatgpt Vision api ( https://platform.openai.com/docs/guides/vision ).

Modify this code to export results:

import base64
import requests