Free Analytics for Strong Data. 🚀
StatLift is a web app that enables users of the Strong App to keep track of their training progress.
StatLift was built with Streamlit and is hosted on the Streamlit Community Cloud.
Find it here: https://statlift.streamlit.app/
I'm neither a Streamlit expert nor physically able to produce the most impressive dataset for stress testing StatLift, so feel free to leave feedback or suggestions for improvement by opening a new issue.
-
Export your workout data from the Strong App:
Profile -> Settings -> Export Strong Data
-
Upload your exported csv file and celebrate your training progress
-
Clone this repository:
git clone https://github.com/jjaju/statlift.git
-
Navigate to cloned folder:
cd statlift
-
Install required packages:
pip install -r requirements.txt
-
Start statlift using streamlit:
streamlit run statlift.py