BERT Tokenizers NuGet Package for C#

BERT Tokenizers NuGet Package for C#

In the previous article, I wrote about how you can use Huggingface transformers with ML.NET. The process is fairly simple, you need to convert the Huggingface model to the ONNX file format, and load it with ML.NET. However, while working with BERT Models from...
Document Scanner with OpenCV Using Video Footage

Document Scanner with OpenCV Using Video Footage

Modern computer vision applications rely on live video capturing. Until now we were discussing only single image processing as a field of computer vision. Now, it’s time to introduce another dimension in our computer vision applications, time. Videos from live cameras...
Implementing Simple Neural Network in C#

Implementing Simple Neural Network in C#

Often we forget that we stand on the shoulders of giants. Machine Learning, Deep Learning and AI have gained such traction, that there are many frameworks available. Today, it is really easy to pick the framework (for example ML.NET) of our choosing and start the...