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:

    pip install huggingface_hub
    
  2. Login with your Hugging Face token:

    huggingface-cli login
    
  3. Push all files in this folder to your Space:

    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.