Exercise-repetition-counter

pull/663/head
Commander Data 3 years ago
parent b47cf8261f
commit 9fad147b06

@ -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)
Loading…
Cancel
Save