The Pitcher Workload Analyzer is a Python-based tool designed to assess the workload and injury risk of baseball pitchers using the Acute:Chronic Workload Ratio (ACWR). It leverages historical pitching data to identify overuse risks and optimize training loads.
- β Calculate Acute & Chronic Workload (7-day & 28-day rolling workloads)
β οΈ Detect Injury Risk Levels (Low, Moderate, High)- π Data Visualization (Coming soon)
- π Machine Learning Integration (Future development)
git clone https://github.com/yourusername/PitcherWorkloadAnalyzer.git
cd PitcherWorkloadAnalyzer
pip install -r requirements.txt # If needed
## Injury Risk Classification
ACWR Range Risk Level
< 0.6 or > 1.5 High Risk β οΈ
0.6 - 0.8 or 1.3 - 1.5 Moderate Risk β οΈ
0.8 - 1.3 Low Risk β
## To-Do List π οΈ
Add visualization for workload trends π
Integrate biomechanics & velocity tracking π
Deploy a web-based dashboard for team monitoring π