Skip to content

Implementing workout planner based on user inputs for SIH fitness app

Notifications You must be signed in to change notification settings

AyuK03/Workout_Recommendation_ML_Model

Repository files navigation

Workout_Recommendation_Model

Implementing workout recommendaton model for our SIH Hackathon Problem Statement on developing a Fitness App. Leveraged scikit-learn library to build and train the machine learning model, utilizing algorithms such as decision trees or ensemble methods to predict suitable workout recommendations based on user characteristics.

Python Modules and Libraries Required:

  1. NumPy: For numerical computations and generating random user data.
  2. scikit-learn: For building and training the machine learning model, as well as performing data preprocessing and evaluation tasks.
  3. Pandas: For data manipulation and preprocessing, facilitating efficient handling of structured data.
  4. Matplotlib or Seaborn: For data visualization and analysis, aiding in the exploration of input data and model evaluation results.
  5. Flask or Django: For web application development and integrating the machine learning model into the application backend.
  6. Flask-RESTful or Django REST framework: For building RESTful APIs to communicate between the frontend and backend components of the application.
  7. Docker: For containerizing the application and ensuring portability and scalability across different environments.
  8. Git: For version control and collaboration, enabling seamless integration of changes and contributions from team members.

About

Implementing workout planner based on user inputs for SIH fitness app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages