We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
This blog post demonstrates the usage of the Python package “LLMTextualAnswer”, which provides function(s) for finding textual answers via LLMs. (more…)
Read more »
Until recently Python packages for OpenCV were provided for Windows, Linux (x86_64 and ARM), and macOS (formerly known as OSX) for x86_64 and all was right with the world. However, in November 2020, Apple launched its M1 processor and a series of new har... (more…)
Read more »
The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disconnected from the last posts, but I started reflecting on this while writing some Python for 49trav... (more…)
Read more »
Modern computers are equipped with processors that allow fast parallel computation at several levels: Vector or array operations, which allow to execute similar operations simultaneously on a bunch… (more…)
Read more »