Share Facebook Twitter LinkedIn Pinterest Bluesky Threads [OC] Wöchentliches Leadsheet von Social Media Interaction Von hupcapstudios
hupcapstudios on 28.01.2026 3:57 p.m. Forgot to add this yesterday: Data sources: Manually sourced local business instagram handles. Posts are downloaded and images are parsed with [Ollama](https://ollama.com/) and a vision model (LLaVA). I use image data and text data to discern event dates. Using a multinomial classifier and BOW I rank the event „intent“ meaning (discern from standard weekly happenings to one-off events) The output is rendered in a nextjs app. The map is [Leaflet](https://leafletjs.com/) The graphs are [ReChart](https://recharts.github.io/) I use html2canvas to render the output from the node.
1 Kommentar
Forgot to add this yesterday:
Data sources:
Manually sourced local business instagram handles.
Posts are downloaded and images are parsed with [Ollama](https://ollama.com/) and a vision model (LLaVA).
I use image data and text data to discern event dates.
Using a multinomial classifier and BOW I rank the event „intent“ meaning (discern from standard weekly happenings to one-off events)
The output is rendered in a nextjs app.
The map is [Leaflet](https://leafletjs.com/)
The graphs are [ReChart](https://recharts.github.io/)
I use html2canvas to render the output from the node.