Instructions to use heartwise/ecgAI_AF_MHI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use heartwise/ecgAI_AF_MHI with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("heartwise/ecgAI_AF_MHI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("heartwise/ecgAI_AF_MHI", dtype="auto")Quick Links
ECG-AI-AF-MHI
This repository provides the weights necessary to run inference on MUSE XML ECG files.
Inference code
The inference code to use the weights is available on GitHub: ECG-AI-AF-MHI
- Downloads last month
- 7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Gated model: Login with a HF token with gated access permission hf auth login