This Python project contains AI/ML modules used for analyzing athlete performance. It works with the main Flutter app to perform pose estimation, motion analysis, and other computations for sports talent assessment.
Folder: python_project/
Files included:
main.py
– Main script to run the analysishelper.py
– Helper functions for processingutils.py
– Utility functions (e.g., data handling, calculations)
- Pose detection using MediaPipe
- Motion analysis with OpenCV
- Numerical computations using NumPy
- Can be extended to integrate with AI models for cheat detection or performance evaluation
- Python 3.x
- Required Python packages (install via
requirements.txt
):
pip install -r requirements.txt
1.Navigate to the Python project folder:
cd python_project
2.Install dependencies:
pip install -r requirements.txt
3.Run the main script:
python main.py