Home
Softono
statlift

statlift

Open source MIT Python
19
Stars
3
Forks
0
Issues
1
Watchers
8 months
Last Commit

About statlift

Free Analytics for Strong Data.

Platforms

Web Self-hosted

Languages

Python

statlift

Free Analytics for Strong Data. :rocket:

:mechanical_arm: About:

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.

:bulb: How to use:

  1. Export your workout data from the Strong App:

    Profile -> Settings -> Export Strong Data

  2. Visit https://statlift.streamlit.app/

  3. Upload your exported csv file and celebrate your training progress

:computer: Alternatively run StatLift locally:

  1. Clone this repository:

    git clone https://github.com/jjaju/statlift.git

  2. Navigate to cloned folder:

    cd statlift

  3. Start statlift using streamlit:

    • Option A: uv

      uv run --frozen streamlit run statlift.py

    • Option B: pip

      pip install -r requirements.txt

      streamlit run statlift.py