I am wondering if it is possible to use the Model published in Hagging Face in the Nim language.
For example, the following translation model.
https://huggingface.co/staka/fugumt-en-ja
Basically machine learning is strong in Python, but I would like to go with Nim if possible. Recently, there is also something called DJL( https://djl.ai/ ) in Java, so I imagine that machine learning can be done outside of Python. Is there such a library in Nim?
If you know of any, I would appreciate it if you could let me know.
Thank you.
@giaco Thank you for your reply.
nimpy, I'll try it! Thank you
See also SciNim for machine learning libraries natively in Nim and also direct wrappers w/o passing by python. The are generally not as mature as python counterparts, and I don't know how painless would be the translation of a pytorch model like that to Flambeau for example, but if you chose to use Nim instead of python you will probably be interested.
https://scinim.github.io/getting-started/overview/index.html