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

People Twitter

6201 readers
1215 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 1 year 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.