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...
A couple of weeks ago I published an article in which I used Dall-E and tried to recreate the first page of Killing Joke by Alan Moore and Brian Bolland. The article was a smashing success (at least for a small blog like mine) and got great feedback from both AI and...
This year after the Build conference, we got a real feeling that one of the main areas in which Microsoft tried to improve is how Machine Learning and Artificial Intelligence applications are developed. Until recently, it was not easy to create a machine learning...
Ever since I saw the capabilities of Dall-E 2, I had this great experiment in mind – use a comic book script and compare it with the real comic book. Great idea, right?! So, the first thing that I did is went to the OpenAI Lab website ready to try it out....
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...
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...