Instructions to use Mediform/parakeet-medical-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use Mediform/parakeet-medical-de with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("Mediform/parakeet-medical-de") transcriptions = asr_model.transcribe(["file.wav"]) - MLX
How to use Mediform/parakeet-medical-de with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir parakeet-medical-de Mediform/parakeet-medical-de
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!