[OC] Complexity of a perpetual stew directly impacts it’s overall taste based on 305 days of data.

    by wiktor1800

    3 Comments

    1. Context; I’ve been tracking a guy on [tiktok](https://www.tiktok.com/@zaq.projects) that’s been cultivating a perpetual stew. I thought it would be a fun data science exercise to gather data on ingredients added, the rating the creator gives the stew to be able to deduce what ingredients impact stew the most.

      A lot more stats [here](https://stewthius.com/). For technical details:

      * I’m yt-dlp’ing the videos on a daily basis and putting them in backblaze
      * Running gemini 3.0 over the videos for a transcript, and to capture the rating, ingredients added and more.
      * I’m manually confirming AI output.
      * I’m using an embeddings model to get the ‘vibe’ of the video
      * All data is stored in postgres + pgvector
      * Created a webapp to visualise the data.

    2. Cool. What do the colours of the dots here mean?

      Would it also be possible to track it over time? Id be interested to see how the scores would trend

    Leave A Reply