As the name says it is a Sand N Box of testing rust things.
This repo is made for experimentation on how to use rust on a daily basis for machine learning. While also learning a bit more about the language and its ways.
- Call ML models using ONNX.
- Use some known old NLP models like Bert and Roberta.
- Tested some vectorial operations for Cosine Sim and Crossing between onnx, rust and model weights.