Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.67 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.67 KB

FitQuest

This is the GitHub repository for "FitQuest". It is a project developed as part of the Smart India Hackathon 2023, on problem statement student innovation, ID:1494, which involves project having Ideas that can boost fitness activities and assist in keeping fit.

What is FitQuest?

FitQuest is a cutting-edge fitness app designed to guide users in performing exercises correctly by capturing and analyzing their body movements. It also helps users manage their daily workout routines and track their calorie intake. FitQuest is your personal fitness companion, ensuring that you achieve optimal form and efficiency in your workouts while also assisting in achieving your fitness and nutrition goals.

Features

  • Posture Monitoring: Uses the Machine Learning Libraries such as openCV and MediaPipe to guide correct exercise form to prevent injuries and optimize workouts.

  • Routine Scheduling: Personalizes and schedules daily fitness plans for your goals.

  • Calorie Tracking: Monitors daily calorie consumption to help manage your diet effectively.

  • Daily Reminders: Sends timely workout and meal reminders to keep you consistent and motivated.

Installation Instructions:

  1. Clone the repository using the following command:

    git clone https://github.com/your-username/sih-fitness-app.git
    
  2. Navigate to the project directory:

    cd sih-fitness-app
    
  3. Install the required dependencies:

    npm install
    
  4. Start the server:

    yarn run start
    

Technology Stack:

  • MediaPipe and OpenCV for building Machine Leaning Model
  • React for the frontend
  • Node/Express for the backend
  • MongoDb for the database