/fitnessgig

This is a fitness app that focuses more on BMI and provides you with your diet and exercise recommendations.

Primary LanguageCSS

FitnessGig

This is a fitness app that focuses more on BMI and provides you with your diet and exercise recommendations. The Tech Stak used in this project is :

  • Python
  • Flask
  • Sqlite3

Features

  • One Stop Fitness App
  • Provides the user recommendations of diet and exercise based on their BMI.
  • Provides a Goal to the user(the goal tells the user how many Kgs to loose to fit into Normal BMI range)
  • Sends a progress chart on user's email id each time the user calculates BMI

Installation for this project :

pip install flask
pip install flask-mail
pip install matplotlib
pip install pandas

Making a Virtual Environment:

-Step1: Create a Virtual Environment.For this, use the below command
       Command: python3 -m venv <YOUR VIRTUAL ENVIRONMENT NAME>

-Step2: Activate the Virtual Environment
      Commands: > cd <YOUR VIRTUAL ENVIRONMENT NAME>
                > cd Scripts
                > activate
      These commands will activate the Virtual Environment.
            
               

Run the Code

    python app.py


Developed with ❤️ by Sargundeep Sachdeo
Check the Deployed App ❤️