Skip to content

mizsrb/si-dietapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DietApp

DietApp is a recipe recommendation system to easily meet fitness goals or plan restrictive diets.

Structure

  • dietapp/: Python source code
  • Data/: Users, recipes and rating data, as well a script used to generate some extra ratings
  • Media/: Video with a example of use

Usage

To use DietApp, import dietapp/dietapp.py and use the following functions:

  • register_user(age, height, weight, sex, exercise_level, goal): to register a new user
  • recommend_recipe(uid): to ask for a recommendation
  • rate_recipe(uid, title, rating): to rate a recipe

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

DietApp is a recipe recommendation system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages