This android app makes use of the phone's camera to count how many pushups and/or squats one can do and store the count data in a database. The count histories can be seen in detail in this app. We have integrated machine learning(pose estimation and K-means clustering) in this project. You can install my app by dowloading the apk file from here
- Import the project on android studio.
- Build the file.
- Connect your phone to the workstation through USB.
- Click run.
The following repositories helped me to learn many things for implementing my project.