ig-v1 / README.md
github-actions[bot]
HF: use Space frontmatter README
afca2b4
|
Raw
History Blame Contribute Delete
2.27 kB
metadata
title: Instagram Saved Places Map
emoji: 🗺️
colorFrom: pink
colorTo: indigo
sdk: docker
app_port: 8000
pinned: false
short_description: Instagram saves  a private map, free, no account

Instagram Saved Places → Map

Drop your Instagram saved-posts export and get back a searchable, filterable map of every place you saved — restaurants, bars, cafes, hotels, shops, hikes, viewpoints, museums and more. Free, no account, nothing stored.

This is the hosted build (deployment option ②). For the fully on-device version with a local LLM, run it with Docker — see the project repo.

How it works here

  1. Drop your export zip (or saved_posts.json).
  2. Pick a provider:
    • Claude (BYOK) — paste your own Anthropic API key. Used for that request only, never stored on the server.
    • Free chatbot — we generate a prompt + JSON you paste into ChatGPT or Claude.ai (free tier), then paste the reply back. No key needed.
  3. Geocoding happens in your browser — each place is looked up from your own connection (OpenStreetMap), so nothing extra is sent through this server. Keep the tab open while the pins fill in.
  4. Download your map: KML (Google My Maps), GeoJSON, or CSV.

Privacy

No accounts, no database. Uploaded files live in a temporary per-job directory that is auto-deleted within JOB_TTL_HOURS. On the BYOK path your captions go to Anthropic; on the chatbot path they go to whatever chatbot you choose. Geocoding stays in your browser. There is no Ollama here (no GPU on the free tier) — the local-LLM, fully-private path is the Docker build in the project repo.