Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Food_calorie_Estimator #1118

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 14, 2024

  1. Create Food_calorie_Estimator.py

    The Food Calorie Estimator is a machine learning tool designed to predict the number of calories in various food items based on their macronutrient content—specifically the amount of carbohydrates, proteins, and fats they contain. This estimator uses a dataset that maps different food items to their nutritional values, and it employs a Random Forest Regressor model to make accurate predictions of calorie counts.
    
    Key Features:
    Inputs: Macronutrient data (carbohydrates, proteins, fats) for different food items.
    Model: A Random Forest Regressor, which is a powerful and flexible ensemble learning algorithm that improves prediction accuracy by building multiple decision trees.
    Scaling: The input data is standardized to ensure consistency and better performance in predictions.
    Output: Predicted calorie content for any given food item based on its macronutrient composition.
    from13 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ff25bd6 View commit details
    Browse the repository at this point in the history