Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
kelpie-personal-trainer
Advanced tools
Kelpie Personal Trainer is a Python library designed to help users exercise at home with customized workout plans based on their body type. Additionally, the library provides a free body type checker utilizing computer vision techniques to analyze body types from photos.
To install the library, use the following command:
pip install kelpie-personal-trainer
The body_type
module allows users to check their body type by providing a photo. Here's an example of how to use it:
from kelpie_personal_trainer import body_type
# Load the photo
photo_path = "path/to/photo.jpg"
my_body_type = body_type_checker.check_body(photo_path, gender='male')
# Print the result
print("Detected body type:", my_body_type[0])
The body_type
also module helps users generate personalized workout plans based on their body type. Here's an example of how to use it:
from kelpie_personal_trainer import body_type
# Get the body type
my_body_type = body_type_checker.check_body(photo_path, gender='male')
my_body_type = my_body_type[0] # Automaticly detect body type
# Generate the workout plan
workout_plan = body_type.get_menu(my_body_type)
# Print the workout plan
print(json.dumps(workout_plan, indent=4))
The workout_plan_generator
module helps users generate personalized workout plans based on their body type. Here's an example of how to use it:
from kelpie_personal_trainer import accuracy_and_counter
# Get the video input
video_path = "./video.mp4"
accuracy_and_counter.check_move('pushup', video) #processing the video input
Contributions to the Kelpie Personal Trainer library are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub repository.
This library is released under the MIT License.
For any inquiries or questions, please contact us at arillesmana2001@gmail.com.
Visit our website: https://www.kelpiepersonaltrainer.com
FAQs
Personal Trainer Library
We found that kelpie-personal-trainer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.