Audio Classification
Transformers
Joblib
Safetensors
English
pronunciation
audio-quality
whisper
speech
Instructions to use jecallora/readai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jecallora/readai with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="jecallora/readai")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jecallora/readai", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add audio_quality model
#3
by rjfrncsc - opened
No description provided.
jecallora changed pull request status to merged