All Projects → jarvis57 → Food-Plus

jarvis57 / Food-Plus

Licence: other
A web based expert system to recommend food based on user's preferences

Programming Languages

CLIPS
21 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects

FoodPlus

A knowledge based system to help user choose what food to eat today, base on user's preferences. User may select various cuisines and need to complete a form of his/her preferences. More than that, user also can help to enrich the system by adding his/her culinary knowledge.

Environment

  • Python 2.7
  • Django 1.8.3
  • CLIPS

Setup

  • Pillow
pip install Pillow
  • pyClips
pip install pyclips

Clips Structure

  • Dishes: name, cuisine, is-vegetarian, is-low-cal, sweet-level, sour-level, spicy-level, salty-level, is-savory, stars
  • Reviews: dish-name, stars, comment
  • Preferences: cuisine, is-vegetarian, is-low-cal, sweet-level, sour-level, spicy-level, salty-level, is-savory

Demo Video

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].