https://github.com/thewh1teagle/nakdimon-onnx
Nakdimon Hebrew diacritizer with onnxruntime
https://github.com/thewh1teagle/nakdimon-onnx
diacritics hebrew onnxruntime
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T00:53:20.000Z (7 months ago)
- Last Synced: 2025-07-04T20:09:05.705Z (5 months 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: 3
-
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!