Skip to content

yjxiao/BeerRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer Recommender

This is a demo webapp for a recommender system we built as part of a final project for DS-GA-1001 Introduction to Data Science at NYU.

Setup

Required packages are listed in requirements.txt, run the following code in your terminal to install them. We recommend using virtualenv.

pip install -r requirements.txt

Run the app

  1. This webapp can be run on your local machine, fire up a shell and run

     python app.py
    
  2. The application will be hosted at localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published