Giter Site home page Giter Site logo

fitness_analyser's Introduction

Overview

This is a fitness analyser to check progress on body measurements over time.

Setup

  1. install python
  2. clone repository
  3. go inside the repository clone: % cd fitness_analyser
  4. .....create environment......
  5. activate environment: % pipenv shell
  6. install dependencies: % pip install

Running the app

  1. activate environment: % pipenv shell
  2. run: % python fitness_analyser.py

References

Coding

Research of health calculations

Planning

Inputed data

All of these are float unless noted

  • Height in inches and feet (add in a conversion)
  • Weight in pounds (add in a conversion)
  • Forearm Circumference - Men need to be around 9-11" at 5'8"
  • Upper Arms Circumference (Biceps and Triceps) - Men need to be around 12-14" based off of a neck measurement of 14"
  • Shoulders (pinch at the shoulder blades) - men check the Shoulder-Hip ratio
  • Chest (around the niples) - Men need to the same as hips
  • Waist (around Bellybutton) - check the Waist-Hip Ratio and should be 1/2 of height in inches
  • Hip (Around the thickest part of Glutes) - check the Waist-Hip Ratio
  • Thigh Circumference (about 2" away from butt)
  • Calf Circumference (around the thickest part)
  • Dates measured - Date (String)
  • Notes about data - String
  • Boolean if it's metric or not.

Calculated data

  • m = inch/39.37
  • kg = lbs/2.205
  • BMI = (weight kg)/(height x height m x m)
  • Shoulder-Hip Ratio - Males = 1.6 (x<1.6 = need to do more Chest/Shoulder/Back strength and burn abs, x>1.6 = need to do more ab strength)
  • Waist-Hip Ratio - Males => 0.8 <= x < 0.9 and Females => 0.6 <= x <= 0.8
  • Body fat percentage based off of height-waist ratio = 50% at 34" waist and 68" height
  • checking if inputed data is in metric of imperial
  • checking if everything is ok / ideal / warning / too big / too small

fitness_analyser's People

Contributors

robert-godlewski avatar

Watchers

 avatar

fitness_analyser's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.