From 9fad147b06a94c526ceb5b433a4d92fea96058d3 Mon Sep 17 00:00:00 2001 From: Commander Data Date: Mon, 31 Oct 2022 11:06:21 +0530 Subject: [PATCH] Exercise-repetition-counter --- .../3-Advanced/Exercise-Repetition-counter.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/3-Advanced/Exercise-Repetition-counter.md diff --git a/Projects/3-Advanced/Exercise-Repetition-counter.md b/Projects/3-Advanced/Exercise-Repetition-counter.md new file mode 100644 index 00000000..ec84ca0b --- /dev/null +++ b/Projects/3-Advanced/Exercise-Repetition-counter.md @@ -0,0 +1,26 @@ +# Exercise Repetition Counter + +**Tier:** 3-Advanced + +Exercise repetition counter is an automated exercise tracker app which can track your workout using your phone camera to identify what exercise you are performing, tell exactly how many repetition of an exercise you have performed, and at which set of your exercise you currently are on. + +## User Stories + +- [ ] User can use their smartphone camera as their workout tracker +- [ ] It will help online trainers to conduct online sessions more effectively +- [ ] User can concentrate fully on the exercise without counting +- [ ] User can keep track of their form while performing exercise + +## Bonus features + +- [ ] User can save their daily exercise data to track their progress +- [ ] User can also see their form while performing the exercise + +## Useful links and resources + +[OpenCV](https://opencv.org/) +[Python](https://www.python.org/) + +## Example projects + +[Yoga Pose Detection](https://github.com/forhadsidhu/Yoga-pose-detection) \ No newline at end of file