Views
No views yet
.h5 file. It is designed for classifying Quranic maqams.pip install tensorflow huggingface_hubfrom huggingface_hub import hf_hub_download
import tensorflow as tf
model_path = hf_hub_download(repo_id="FatimahAlzahrani/quran_maqam_classification", filename="model.h5")
model = tf.keras.models.load_model(model_path)