Share.

    1 Kommentar

    1. hupcapstudios on

      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.

    Leave A Reply