Giter Club home page Giter Club logo

what-should-i-drink's Introduction

Capstone Project

The goal of this project was to develop and deploy a working recommender to help people choose what whiskey or beer you should drink based on your preferences.

In order to get reviews, to run natural language processing on, I scraped Beer Advocate and the LA Whiskey Society. After cleaning the data, I built a model using Count Vectorizer with a ngram of (2, 2) and then passed the data through Truncated SVD in order to reduce the dimensionality to 5 features. Once I had this reduced feature space, I performed cosine similarity to determine which whiskies and beers are most similar to each other. My recommender then goes through this list and pulls out the top 3 most similar whiskies or beers for your selection.

If you would like to get a recommendation on what whiskey or beer you should drink next, feel free to head to whatshouldidrink.xyz.
--> A whiskey recommendation will be based on the beer you select and your beer recommendation will be based on the whiskey you select.

Scraping

I ran my scrapers on an AWS EC2 instance.
The beer scraper can be found here and the whiskey scraper can be found here.

EDA

My exploratory data analysis on both the whiskey and beer reviews can be found here.

Model

The code for testing and building out my model is here.

Recommender

The code for testing and building my recommender is here.

Flask Application

All the files for the flask application can be found here.
The python code is here.
The html files are here.

PowerPoint Presentation

If you would like to check out the PowerPoint presentation click here.

what-should-i-drink's People

Contributors

markorland avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.