https://github.com/thewh1teagle/nakdimon-onnx
Nakdimon Hebrew diacritizer with onnxruntime
https://github.com/thewh1teagle/nakdimon-onnx
diacritics hebrew onnxruntime
Last synced: 9 days ago
JSON representation
Nakdimon Hebrew diacritizer with onnxruntime
- Host: GitHub
- URL: https://github.com/thewh1teagle/nakdimon-onnx
- Owner: thewh1teagle
- License: mit
- Created: 2024-09-02T10:02:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T00:53:20.000Z (about 2 months ago)
- Last Synced: 2025-06-10T00:17:29.591Z (11 days ago)
- Topics: diacritics, hebrew, onnxruntime
- Language: Python
- Homepage: https://pypi.org/project/nakdimon-onnx
- Size: 99.6 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nakdimon-onnx
[`nakdimon`](https://github.com/elazarg/nakdimon) Hebrew diacritizer with onnxruntime
## Setup
```console
pip install nakdimon-onnx
```You also need [`nakdimon.onnx`](https://github.com/thewh1teagle/nakdimon-onnx/releases/download/v0.1.0/nakdimon.onnx). Please see [examples](examples).
## Examples
See [examples](examples)
## Credits
Thanks for [elazarg](https://github.com/elazarg) for creating [nakdimon](https://github.com/elazarg/nakdimon) model!