├── .gitattributes └── index.html /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Posture Monitoring 5 | 6 | 7 | 8 |

Problem

9 |

In day to day busy life, its difficult for us to constatntly take care of our body posture

10 |

Focusing on problems due to this;

11 |

Poor posture can cause back, neck, and shoulder pain. Poor posture causes you to slouch, leading to tension and pain in your upper back and shoulders. However, you also don't want to “overcorrect” your posture by pulling your shoulders back too far as this could cause muscle tension, leading to stiffness

12 |
13 |
14 |

Sloution Proposed

15 |

-Flex Sensor can be used to measure the bend or slouching of back

16 |

-This can be done by making a "Support X-Vest" which has a flex sensor attached at its back

17 |

-Reading from the sensor were sensed by an ECU, and further sent to firebase

18 |

-An "if condition" existed for some threshold values of sensor in the R-pi, which if noticed for a particular period of time, an email was sent to the user to improve his/her posture

19 | --------------------------------------------------------------------------------