- Organized project into src directory with subpackages (analysis, data, visualization, utils) - Added comprehensive README with project overview and structure - Implemented data loading, bounce detection, and visualization modules - Created example scripts and Jupyter notebook for project usage - Added requirements.txt for dependency management - Included output files for different ball types (golf, lacrosse, metal)
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
pandas>=1.3.0
|
|
numpy>=1.20.0
|
|
matplotlib>=3.4.0
|
|
seaborn>=0.11.0
|
|
scipy>=1.7.0
|
|
pillow>=8.0.0 # For saving animations as GIF files |