Skip to content

Releases: yashhere/parakeet-mlx-fastapi

Release 0.1.0

07 Jul 10:27

Choose a tag to compare

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.whl

Using pip

Download the wheel file (.whl) and install it using pip:

pip install parakeet_mlx_fastapi-0.1.0-py3-none-any.whl

Or download the source distribution (.tar.gz) and install:

pip install parakeet-mlx-fastapi-0.1.0.tar.gz

Files 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