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 #752

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

RB137
Copy link
Contributor

@RB137 RB137 commented Nov 3, 2024

Related Issues or bug

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

Fixes: #746

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.

Additional Info

  • Addresses dietary recommendation personalization and prediction accuracy.

Screenshots

Updated

Screenshot 2024-11-04 024248

README.md :

image

LICENSE.md:

image

Copy link

vercel bot commented Nov 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ml-nexus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 10:03pm

Copy link

github-actions bot commented Nov 3, 2024

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!.

To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review!

@RB137
Copy link
Contributor Author

RB137 commented Nov 3, 2024

Hi @UppuluriKalyani ! 👋

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!

@UppuluriKalyani UppuluriKalyani merged commit f9dc113 into UppuluriKalyani:main Nov 4, 2024
5 checks passed
Copy link

github-actions bot commented Nov 4, 2024

🎉🎉 Thank you for your contribution! Your PR #752 has been merged! 🎉🎉

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

Successfully merging this pull request may close these issues.

Feature request : Personalized Diet Recommendation System
2 participants