Spaces:
Sleeping
Sleeping
File size: 1,031 Bytes
f20fe1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
# 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. |