{"id":21243391,"url":"https://github.com/luandersonalvesdev/workout-with-body-tracking","last_synced_at":"2025-04-14T02:32:44.070Z","repository":{"id":218587800,"uuid":"746818358","full_name":"luandersonalvesdev/workout-with-body-tracking","owner":"luandersonalvesdev","description":"Some body tracking scripts for home workouts","archived":false,"fork":false,"pushed_at":"2024-02-27T21:01:27.000Z","size":10569,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T16:21:46.883Z","etag":null,"topics":["body-tracking","mediapipe","opencv","python","workout"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luandersonalvesdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-22T18:26:21.000Z","updated_at":"2024-04-23T23:43:05.000Z","dependencies_parsed_at":"2024-11-21T02:04:13.333Z","dependency_job_id":null,"html_url":"https://github.com/luandersonalvesdev/workout-with-body-tracking","commit_stats":null,"previous_names":["luandersonalvesdev/workout-with-body-tracking"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandersonalvesdev%2Fworkout-with-body-tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandersonalvesdev%2Fworkout-with-body-tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandersonalvesdev%2Fworkout-with-body-tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandersonalvesdev%2Fworkout-with-body-tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandersonalvesdev","download_url":"https://codeload.github.com/luandersonalvesdev/workout-with-body-tracking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248810883,"owners_count":21165195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["body-tracking","mediapipe","opencv","python","workout"],"created_at":"2024-11-21T01:11:59.610Z","updated_at":"2025-04-14T02:32:44.041Z","avatar_url":"https://github.com/luandersonalvesdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workouts with Body Tracking\nThe **workouts-with-body-tracking** project is designed to enhance the experience of physical exercise through the use of body tracking techniques. Each directory in this repository contains specific `README.md` information about configurations and scripts related to body tracking, facilitating the integration of these tools into your fitness routine.\n\n### Squat Counter Preview\n\u003cdetails\u003e \u003csummary\u003e GIF 📹 \u003c/summary\u003e \n\n  ![db_er](./assets/squat_counter_preview.gif)\n\n\u003c/details\u003e\n\n## Repository Structure\n\n```\nworkouts-with-body-tracking/\n── exercise_one/\n│ ├── README.md\n│ ├── exercise_one.py\n│ └── ...\n├── exercise_two/\n│ ├── README.md\n│ ├── exercise_two.py\n│ └── ...\n└── ...\n```\n\nCada pasta contém os seguintes elementos:\n\n## How to use\n\nTo use a script, see the `README.md` file in the corresponding exercise folder. `README.md` will provide instructions for what it is for and step-by-step instructions on how to configure and run the script.\n\n## Get started\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003e LINUX \u003c/strong\u003e\u003c/summary\u003e\n    Make sure you have Python 3.3 or later and pip installed on your machine\n        \n  * To check if you have `python` and `pip`\n    ```bash\n    python3 --version \u0026\u0026 pip --version\n    ```\n  * The output should be similar to something like this\n    ```\n    Python 3.8.10\n    pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)\n    ```\n\n  \u003cbr\u003e\n\n  1. Make a clone of the repository and enter it\n\n      ```bash\n      git clone git@github.com:luandersonalvesdev/workout-with-body-tracking.git\n      cd workout-with-body-tracking\n      ```\n\n  2. Create a separate virtual environment with `venv`\n\n      ```bash\n      python3 -m venv environment_name\n      ```\n\n  3. Activate the virtual environment\n\n      ```bash\n      source environment_name/bin/activate\n      ```\n\n  4. Install dependencies from `dev-requirements.txt`\n      ```bash\n      pip install -r dev-requirements.txt\n      ```\n\n  6. Ready! Just run any script\n      ```bash\n      python exercise_one/exercise_one.py\n      ```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003e WINDOWS \u003c/strong\u003e\u003c/summary\u003e\n\n  1. Close all CMDs that are open.\n\n  2. Download and install [Python 3.8.10](https://www.python.org/downloads/release/python-3810/).\n\n  3. Go to the project directory and create a development environment.\n      ```bash\n      python -m venv nome_do_ambiente\n      ```\n\n  4. Activate the development environment: \n      ```bash\n      .\\nome_do_ambiente\\Scripts\\activate\n      ```\n\n  5. Install `opencv` and `mediapipe` separately:\n\n      ```bash\n      pip install opencv-python\n      ```\n      ```bash\n      pip install mediapipe\n      ```\n\n  6. Execute:\n      ```bash\n      python squat_counter\\squat_counter.py\n      ```\n\u003c/details\u003e\n\n\n## Contributions\n\nThis project welcomes contributions from the community. If you want to add a new script not included or enhance an existing script, feel free to *fork* this repository, make the necessary changes, and submit a *pull request*.\n\n---\n\n*This project is maintained by Luanderson Alves and contributors. To contact me, send an email to **[luaoderson@gmail.com]** or you can also find me on [Linkedin](https://www.linkedin.com/in/luandersonalvesdev/).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandersonalvesdev%2Fworkout-with-body-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandersonalvesdev%2Fworkout-with-body-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandersonalvesdev%2Fworkout-with-body-tracking/lists"}