MartinKondor / WhatToEat

Recommending different recipes with a detailed description, based on what ingredient you would like to eat and what are your preferences.

Home Page:https://w-t-eat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatToEat

Project Status version GitHub Issues Contributions welcome License

Python Flask web server for recommending different recipes with a detailed description, based on what ingredient you would like to eat and what are your preferences.

Usage

Install dependencies

$ make install

Start the server

$ python manage.py runserver

Features

  • Can search for

    • Lactose free
    • Sugar free
    • Alcohol free
    • Gluten free
    • Vegetarian
    • Vegan
    • Kosher

    kind of foods.

  • Up to 100 ingredient can be added

  • Free, no ads, no tracking, no cookies

Structure

static/
    images/
    scripts/
    stylesheets/
    vendor/  # front end dependencies
templates/
src/
    cook.py  # logic of searching
    utils.py
server.py  # routes
nltk.txt  # nltk dependency
Procfile  # for heroku

Authors

Become a Patron!

License

Copyright (c) 2019 Martin Kondor. All rights reserved.

See the LICENSE file for more details.

About

Recommending different recipes with a detailed description, based on what ingredient you would like to eat and what are your preferences.

https://w-t-eat.herokuapp.com/

License:MIT License


Languages

Language:Python 54.2%Language:HTML 29.1%Language:CSS 15.0%Language:JavaScript 1.6%Language:Makefile 0.1%