this post was submitted on 25 Dec 2023
1920 points (97.9% liked)

People Twitter

5268 readers
1847 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying or international politcs
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Saledovil@sh.itjust.works -3 points 11 months ago

I don't think you need AI for that.

  • First, anticipating what groceries are low: Simplest implementation would be a list where the user manually enters additions and removals.
  • Secondly searching every flier and website in the city. Okay that one will be a bit trickier. First you'd need to gather a list of all stores in the city, and then look for any deal. The big challenge here is that they don't just have a common API where you check. You either need to program a bot to scrape all their web presences, or convince them to provide the information in a common format.
  • The last step seems like it could be related to the traveling salesman problem.