This web app provides two fitness tests for senior citizens, focused on upper body strength and flexibility. The tests are based on the Rikli and Jones Senior Fitness Test.
- Arm Curl Test: Counts the maximum number of curls performed in 30 seconds.
- Chair Stand Test: Counts the maximum number of stand-ups performed in 30 seconds.
- Clone the repository.
- Install the dependencies using
pip install -r requirements.txt
. - Run the app with
streamlit run app.py
.
This app is deployed on Streamlit Community Cloud.
This project is licensed under the MIT License.