Building a Craft Beer Recommendation System with Python, Scikit-Learn, and Pandas
Project Summary
I built a simple, craft beer recommendation system using tools from natural language processing with python, pandas, and scikit-learn. To use it, I can input the name of a craft beer that is present in the database, then compute the cosine similarity between a bag-of-words representation of each beer’s description with all others. The code (gist) is found here, though the dataset will have to be compiled by the user!