Instructions to use cwcharles81/showtrack-ai-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use cwcharles81/showtrack-ai-model with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("cwcharles81/showtrack-ai-model") - Keras
How to use cwcharles81/showtrack-ai-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://cwcharles81/showtrack-ai-model") - Notebooks
- Google Colab
- Kaggle
ShowTrack AI Model
This model predicts livestock weight and muscle score based on uploaded animal photos. Built using TensorFlow/Keras with MobileNetV2 as backbone.
Inputs:
- RGB image (224x224)
Outputs:
- weight (in lbs)
- muscle score (scale 0–10)
For more information, visit ShowTrack.ai
- Downloads last month
- 2