Views
No views yet
(128, 3) bao gồm [dx, dy, pen_state].1from huggingface_hub import hf_hub_download
2import tensorflow as tf
3
4model_path = hf_hub_download(repo_id="DucTai368/AI_sketch-recognition-v2", filename="best_model_v2.keras")
5model = tf.keras.models.load_model(model_path, compile=False)