MonkeyOCR-Apple-Silicon / pyproject.toml
Your Name
Initial commit with working MLX-VLM configuration
18352e1
raw
history blame contribute delete
211 Bytes
[project]
name = "monkey-ocr"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"huggingface-hub>=0.33.0",
"mlx-vlm>=0.1.27",
]