The purpose of this project is to use machine learning to power an application that recommends new menu items based on foods you already love as well as similair items.
Name | Github Page | Personal Website |
---|---|---|
Misha Berrien | mishaberrien | www.mishaberrien.com |
- Machine Learning
- Predictive Modeling
- Natural language processing
- item-item based collaborative filtering
- Python
- Flask
- NumPy
- Pandas
- NLTK
- Selenium
- Scrapy
- Google Colab
- Jupyter notebook
Companion webapp for the recipe recommendation system algorithm found here.
- Clone this repo (for help see this tutorial).
- Navigate to root directory from commandline and execute
flask run
command.
This file structure is based on the DSSG machine learning pipeline.