Spaces:
Sleeping
Sleeping
Sean Carnahan
Patch for Hugging Face Spaces: fix matplotlib config, check .gitignore, prep for model file inclusion
f20fe1f
# GladiatorBB - Hugging Face Space | |
This is the deployment folder for the GladiatorBB bodybuilding pose analyzer app, supporting MoveNet (Gladiator BB), MediaPipe (Gladiator SupaDot), and CNN-based pose classification. | |
## How to Update This Space | |
1. **Install the Hugging Face Hub CLI:** | |
```bash | |
pip install huggingface_hub | |
``` | |
2. **Login with your Hugging Face token:** | |
```bash | |
huggingface-cli login | |
``` | |
3. **Push all files in this folder to your Space:** | |
```bash | |
huggingface-cli upload . scfive/GladiatorBB/ --repo-type=space --include '*' --delete | |
``` | |
4. **Wait for the build to complete on Hugging Face Spaces.** | |
- To update, just repeat step 3 after making changes. | |
- This folder is self-contained and does not affect your local running app. | |
## Notes | |
- Space SDK: Docker | |
- App port: 7860 (set in Dockerfile) | |
- No YOLOv7 support (for reliability on Spaces) | |
- Large model files (e.g., .h5) are included for CNN pose classification | |
--- | |
For issues or questions, contact the project maintainer. |