Releases: yashhere/parakeet-mlx-fastapi
Releases · yashhere/parakeet-mlx-fastapi
Release 0.1.0
Python Package Distribution
This release contains the built Python package for parakeet-mlx-fastapi v0.1.0.
Installation from Release
Using uv tool (Recommended)
Install directly from the GitHub release artifact:
uv tool install https://github.com/yashhere/parakeet-mlx-fastapi/releases/download/v0.1.0/parakeet_mlx_fastapi-0.1.0-py3-none-any.whlUsing pip
Download the wheel file (.whl) and install it using pip:
pip install parakeet_mlx_fastapi-0.1.0-py3-none-any.whlOr download the source distribution (.tar.gz) and install:
pip install parakeet-mlx-fastapi-0.1.0.tar.gzFiles in this release:
*.whl- Wheel distribution (recommended for installation)*.tar.gz- Source distribution
Full Changelog: https://github.com/yashhere/parakeet-mlx-fastapi/commits/v0.1.0