Spaces:
Runtime error
Runtime error
Commit ·
2509ce2
1
Parent(s): 221abde
Docs: HF Spaces deploy is live — add demo URL, mark TODO done
Browse filesHosted demo live at https://huggingface.co/spaces/harshith99/ig-v1 (auto-syncs
from master via sync-hf-space.yml). Add the "Try it now" link to the README and
close the HF Spaces deploy TODO.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -6,6 +6,8 @@ Every paid alternative (Someday Map, Rezz, ReelsMap, Drawer) is a subscription a
|
|
| 6 |
|
| 7 |
**Your saves never leave your laptop. $0 forever. No account, no subscription.**
|
| 8 |
|
|
|
|
|
|
|
| 9 |
## What it does
|
| 10 |
|
| 11 |
1. **Extracts** — reads every saved post caption using AI (Claude or a free local Ollama model), identifies posts about places worth visiting (restaurants, bars, cafes, hotels, shops, hikes, viewpoints, museums, and more), and pulls out name, city, category, cuisine, price range, highlight, and occasion
|
|
|
|
| 6 |
|
| 7 |
**Your saves never leave your laptop. $0 forever. No account, no subscription.**
|
| 8 |
|
| 9 |
+
**▶ Try it now (no install):** [the hosted demo on Hugging Face Spaces](https://huggingface.co/spaces/harshith99/ig-v1) — BYOK Claude or the free chatbot path, geocoding in your browser. For the fully on-device version with a free local LLM, run it with Docker (below).
|
| 10 |
+
|
| 11 |
## What it does
|
| 12 |
|
| 13 |
1. **Extracts** — reads every saved post caption using AI (Claude or a free local Ollama model), identifies posts about places worth visiting (restaurants, bars, cafes, hotels, shops, hikes, viewpoints, museums, and more), and pulls out name, city, category, cuisine, price range, highlight, and occasion
|
TODO.md
CHANGED
|
@@ -68,7 +68,10 @@ The paid competitors (Someday Map, Rezz, ReelsMap, Drawer) are all closed, cloud
|
|
| 68 |
the `#capture-setup` card) — a signed `.shortcut` binary can't be authored here / goes
|
| 69 |
stale per-device, so the ~8-action recipe is the deliverable. **Incremental capture (hybrid
|
| 70 |
step 3) complete.**
|
| 71 |
-
- [
|
|
|
|
|
|
|
|
|
|
| 72 |
- [ ] **Offline / privacy-first map targets (GPX + docs)** — KML and GPX import into Organic Maps and OsmAnd: fully offline, no account, works abroad with no data plan.
|
| 73 |
- [ ] **Close the mobile consumption loop (docs)** — document the last mile of opening a custom Google My Map in the Google Maps app and navigating to a pin.
|
| 74 |
|
|
|
|
| 68 |
the `#capture-setup` card) — a signed `.shortcut` binary can't be authored here / goes
|
| 69 |
stale per-device, so the ~8-action recipe is the deliverable. **Incremental capture (hybrid
|
| 70 |
step 3) complete.**
|
| 71 |
+
- [x] **HF Spaces live deploy (done).** Live at https://huggingface.co/spaces/harshith99/ig-v1
|
| 72 |
+
(Docker, cpu-basic, RUNNING; `OLLAMA_ENABLED=false`, `HOSTED=1`). Auto-deploys via the
|
| 73 |
+
`sync-hf-space.yml` Action (force-mirrors `master` → the Space on every push). Verified
|
| 74 |
+
serving the latest code (capture/merge/FAQ present, `/capture` live). Live URL added to README.
|
| 75 |
- [ ] **Offline / privacy-first map targets (GPX + docs)** — KML and GPX import into Organic Maps and OsmAnd: fully offline, no account, works abroad with no data plan.
|
| 76 |
- [ ] **Close the mobile consumption loop (docs)** — document the last mile of opening a custom Google My Map in the Google Maps app and navigating to a pin.
|
| 77 |
|