Provided modular architecture for animated bouncing ball analysis
- 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)
This commit is contained in:
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user