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

Feature Added: Diet Recommendation System with Machine Learning for Calorie and Dietary Type Predictions #1644

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

RB137
Copy link
Contributor

@RB137 RB137 commented Nov 8, 2024

Description

  • Implement machine learning models for accurate calorie estimation and dietary type recommendations.

Fixes #1612

Proposed Changes

  • 🍽️ Machine Learning Models: Integrated Random Forest Regressor and Classifier to accurately predict calorie needs and dietary types based on user inputs, enhancing the dietary recommendation process.

  • 📊 Synthetic Dataset: Created a synthetic dataset that simulates user profiles with features like Age, Gender, Weight, and Activity Level, ensuring effective model training and better prediction accuracy.

  • 🔍 Feature Engineering: Implemented one-hot encoding for categorical variables to improve the models' ability to learn from diverse input data.

  • 🥗 Dynamic Diet Recommendations: Developed a system that provides personalized meal plans based on predicted dietary types, including options for balanced, high-protein, and low-carb diets.

  • 🛠️ Tech Stack: Utilized Python along with essential libraries such as Pandas, NumPy, and Scikit-learn for data handling and machine learning functionalities.

  • 🔮 Future Updates: Plans to integrate real-world datasets for improved accuracy, enhance user feedback mechanisms to refine recommendations, include a wider variety of dietary preferences (e.g., vegetarian, gluten-free), and develop a user-friendly interface for easier interaction with the system.

Screenshots

Updated

Screenshot 2024-11-04 024248

README.md :

image

LICENSE.md:

image

Type of change

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

github-actions bot commented Nov 8, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@RB137
Copy link
Contributor Author

RB137 commented Nov 8, 2024

Hi @sanjay-kv Sir, ! 👋

This PR upgrades the diet recommendation system with ML-based predictions, meeting Level 2 requirements. All docs, including README, LICENSE, and requirements.txt, are added for easy setup. Please review and consider marking it as Level 2. Thank you!

@RB137 RB137 changed the title Feature Added: Diet Recommendation System with Machine Learning for Calorie and Dietary Type Predictions Feature Added: Diet Recommendation System with Machine Learning for Calorie and Dietary Type Predictions Fixes #1612 Nov 8, 2024
@RB137 RB137 changed the title Feature Added: Diet Recommendation System with Machine Learning for Calorie and Dietary Type Predictions Fixes #1612 Feature Added: Diet Recommendation System with Machine Learning for Calorie and Dietary Type Predictions Nov 8, 2024
@sanjay-kv sanjay-kv merged commit 4e182a9 into recodehive:main Nov 9, 2024
2 checks passed
@RB137
Copy link
Contributor Author

RB137 commented Nov 9, 2024

@sanjay-kv please add gssoc-ext and level labels on this PR. I request as this PR meets Level 2 requirements please label it with level 2.

@RB137
Copy link
Contributor Author

RB137 commented Nov 10, 2024

@sanjay-kv Sir, please add gssoc-ext and level labels on this PR asap. Please kindly add labels asap as the opensource contribution drive closing today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Enhanced Diet Recommendation System with ML Predictions and Documentation
2 participants