The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Diet Recommendation for Pregnant Women based on several factors [machine learning] [data analytics] #766

Open Nabanita29 opened 11 months ago

Nabanita29 commented 11 months ago

Is your feature request related to a problem? Please describe.

Develop a pregnancy diet recommendation system that suggests suitable food items for pregnant women based on their personal characteristics, dietary restrictions, nutritional needs, and pregnancy stage. The system should handle multi-label classification, as pregnant women may have multiple dietary preferences and nutritional requirements during different stages of pregnancy.

Describe the solution you'd like

The solution involves collecting a comprehensive dataset with pregnant women's characteristics, pregnancy stage, dietary restrictions, nutritional needs, and food items with nutritional information. The data will be preprocessed to handle missing values, encode categorical variables, and scale numerical features. Multiple multi-label classification models, including Binary Relevance, Classifier Chains, Label Powerset, and Random Forest, will be evaluated and trained on the dataset. Hyperparameter tuning will be performed to enhance model performance.

Describe alternatives you've considered

No response

Additional context

I am a GSSOC contributor This project is already been worked on so will be submitted within a week of assigning

Code of Conduct