I ported ORT into Pascal ( FreePascal and Delphi ) and it works like a charm! #15543
hshatti
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
cool! thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i just loved working with ONNX Runtime and had a thought of porting it into Object Pascal/Lazarus or Delphi and making it available for these old but gold languages for fun, it wasn't a short journey though but it finally worked.
Why? I had these goals in mind:
I made an example that can run on single executable (windows or MacOS)
if anyone interested or any of the ORT team find it a useful contribution please feel free to check or review and let me know, or to incorporate the new languages implementation to the family of languages that ORT can now support.
The repository :
https://github.com/hshatti/TONNXRuntime
Contributions, review and criticism are most welcome.
Cheers
H
Beta Was this translation helpful? Give feedback.
All reactions