Instructions to use said1447/speaker-recognition-cnn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use said1447/speaker-recognition-cnn with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://said1447/speaker-recognition-cnn") - Notebooks
- Google Colab
- Kaggle
๐๏ธ Speaker Recognition CNN
ูู ูุฐุฌ ููุชุนุฑู ุนูู ุงูู ุชุญุฏุซูู ู ุจูู ุจุงุณุชุฎุฏุงู ุดุจูุฉ ุนุตุจูุฉ ุชูุงููููุฉ (CNN).
๐ ุชูุงุตูู ุงููู ูุฐุฌ
| ุงูุฎุงุตูุฉ | ุงูููู ุฉ |
|---|---|
| ุงูููุน | CNN (Convolutional Neural Network) |
| ุงูุฅุทุงุฑ | TensorFlow / Keras |
| ุตูุบุฉ ุงูู ูู | .h5 |
| ุงูู ูู ุฉ | Speaker Recognition |
๐ ุทุฑููุฉ ุงูุงุณุชุฎุฏุงู
import tensorflow as tf
import numpy as np
model = tf.keras.models.load_model('speaker_recognition_cnn.h5')
model.summary()
๐ฆ ุงูู ุชุทูุจุงุช
tensorflow>=2.0
numpy
librosa
๐ค ุงูู ุคูู
- said1447 ุนูู Hugging Face
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support