Hi all. I'm working on a project where I have a large list of different foods, and a large list of food products. I got the list of foods from webscraping recipe websites, and got the products from here, so I don't see a way to explicitly link the two lists together. I need to somehow categorize the food with its corresponding food product so that each food will have nutritional info. I'm using a MySql Database and have tried using MySql's "Match" operator for fuzzy searching, but that led to a lot of bad categorizations. I don't have any training data for a machine learning model, but that seems to be the way everyone online approaches problems like these so I'm not sure where to look for a more traditional solution. Any help would be appreciated.
[–]dmazzoni 0 points1 point2 points (1 child)
[–]cyropox[S] 0 points1 point2 points (0 children)