# WTM (Whisper Turbo MLX)
This repository provides a fast implementation of the [Whisper](openai/whisper-large-v3-turbo) model using MLX, designed for efficient audio transcription.
![Alt text](https://raw.githubusercontent.com/JosefAlbers/whisper-turbo-mlx/main/assets/benchmark.png)
## Installation
```zsh
brew install ffmpeg
git clone https://github.com/JosefAlbers/whisper-turbo-mlx.git
cd whisper-turbo-mlx
pip install -e .
```
## Usage
To transcribe an audio file, call the `transcribe` function:
```zsh
transcribe 'test.wav'
```
## Contributing
Contributions are welcome! Feel free to submit issues or pull requests.
Raw data
{
"_id": null,
"home_page": "https://github.com/JosefAlbers/whisper-turbo-mlx",
"name": "whisper-turbo-mlx",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12.3",
"maintainer_email": null,
"keywords": null,
"author": "Josef Albers",
"author_email": "albersj66@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1c/95/53a2bf79800af96a5e27bca8e207934ec44a69736fe72a5ee10fd1e6219c/whisper_turbo_mlx-0.0.1.tar.gz",
"platform": null,
"description": "# WTM (Whisper Turbo MLX)\n\nThis repository provides a fast implementation of the [Whisper](openai/whisper-large-v3-turbo) model using MLX, designed for efficient audio transcription.\n\n![Alt text](https://raw.githubusercontent.com/JosefAlbers/whisper-turbo-mlx/main/assets/benchmark.png)\n\n## Installation\n\n```zsh\nbrew install ffmpeg\ngit clone https://github.com/JosefAlbers/whisper-turbo-mlx.git\ncd whisper-turbo-mlx\npip install -e .\n```\n\n## Usage\n\nTo transcribe an audio file, call the `transcribe` function:\n\n```zsh\ntranscribe 'test.wav'\n```\n\n## Contributing\n\nContributions are welcome! Feel free to submit issues or pull requests.\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Whisper Turbo in MLX",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/JosefAlbers/whisper-turbo-mlx"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c2374648988e1a8266509e6bde80f6369294319b1ed20df4f180858f9b58001f",
"md5": "4174a75eec787df00d20c6f9d20a1ef4",
"sha256": "4eb1af50f5704252b2b7cd205381bf5ffbdf393076d6d2cf947d35092c8b1ce2"
},
"downloads": -1,
"filename": "whisper_turbo_mlx-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4174a75eec787df00d20c6f9d20a1ef4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12.3",
"size": 5713,
"upload_time": "2024-10-17T09:29:11",
"upload_time_iso_8601": "2024-10-17T09:29:11.749361Z",
"url": "https://files.pythonhosted.org/packages/c2/37/4648988e1a8266509e6bde80f6369294319b1ed20df4f180858f9b58001f/whisper_turbo_mlx-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c9553a2bf79800af96a5e27bca8e207934ec44a69736fe72a5ee10fd1e6219c",
"md5": "739234243d9f1a92feeebc89d69b8d9e",
"sha256": "e99710f6383d8b14793b6b5f6979e1d621f6d9ed5b76f7fec1efd5c7caa38156"
},
"downloads": -1,
"filename": "whisper_turbo_mlx-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "739234243d9f1a92feeebc89d69b8d9e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12.3",
"size": 5395,
"upload_time": "2024-10-17T09:29:12",
"upload_time_iso_8601": "2024-10-17T09:29:12.998337Z",
"url": "https://files.pythonhosted.org/packages/1c/95/53a2bf79800af96a5e27bca8e207934ec44a69736fe72a5ee10fd1e6219c/whisper_turbo_mlx-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 09:29:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JosefAlbers",
"github_project": "whisper-turbo-mlx",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "whisper-turbo-mlx"
}