Skip to content

Winners of the Women in Tech Machine Learning Product Hackathon, July 28-29, 2018

Notifications You must be signed in to change notification settings

vernistage/recipe-predictor

Repository files navigation

Recipe Wizard

Winning Team: Recipe Wizards

Women in Tech Machine Learning Product Hackathon

July 28-29, 2018

Description

Are you done wondering what to cook for dinner every night? Recipe Wizard takes your cravings and returns to you two kinds of recipes: Ones that most closely match your desired ingredients and others that may not match your initial desires but the Wizard thinks you might like. The more Recipe Wizard learns about your tastes, the more accurate its recommended recipes.Gone is the frustation of wondering what to cook and purchasing expensive pre-planned meal kits.

Local Installation

Clone this repository and cd into the project directory

Install a virtual environment for your dependencies. (You can also use Anaconda.)

python3 -m venv myvenv

Activate your local environment

source myenv/bin/activate

Install the latest pip

python3 -m pip install --upgrade pip

Install project requirements

pip install -r requirements.txt

Boot-up app on your local server

python manage.py runserver

Web Application

landing page

Landing page, where users input ingredients.

chicken results

Recipe Wizard sends the user a few recipes that most closely match the input ingredients.

chicken alternate results

Recipe Wizard sends the user recommended recipes that are similar to the user's tastes and input.

About

Winners of the Women in Tech Machine Learning Product Hackathon, July 28-29, 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •