pull/663/merge
Shivam Singh 2 years ago committed by GitHub
commit e9df5b673f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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