How To Change the Text Font in an Image Using Computer Vision Techniques

Choosing the font when we are working on a digital document is trivial. We can always choose the preferred font in the drop-down font list in the editor. How about changing the font of the text in an…

medium.com_towards-ai 23 hours ago

Neural Speed: Fast Inference on CPU for 4-bit Large Language Models

Running large language models (LLMs) on consumer hardware can be challenging. If the LLM doesn’t fit on the GPU memory, quantization is usually applied to reduce its size. However, even after…

towardsdatascience.com 20 hours ago

Don’t Crash Your App: Load Records from the Database in Batches for Better Performance

This article is about optimizing the communication between your Python app and a database so that your app runs smoothly and your database server doesn’t melt. This article addresses a common…

towardsdatascience.com 20 hours ago

Create an AI-Driven Movie Quiz with Gemini LLM, Python, FastAPI, Pydantic, RAG and more

Within this article, I share some of the basics to create a LLM-driven web-application, using various technologies, such as: Python, FastAPI, Pydantic, VertexAI and more. Disclaimer: I am using data…

towardsdatascience.com 20 hours ago

Augmenting The Bank Complaints Data

The process of augmenting data usually involves a scenario where you have some data but not enough data. When you have some data you can apply a range of techniques that sample, re-sample, modify…

medium.com_towards-ai 19 hours ago

Combining Storytelling and Design for Unforgettable Presentations

Sometimes you work on projects that you have to share with the world (or your company). These projects make an impact, and by sharing them you can get more support or show the value you bring. It can…

towardsdatascience.com 18 hours ago

How to Read and Analyze GDAT Files Using Python

While many of us spend most of our data education and careers working with data in relatively “friendly” formats, such as spreadsheets and CSV files, there may come a time when you’re confronted with…

towardsdatascience.com 18 hours ago

Exploring Hierarchical Blending in Target Encoding

What neighborhood do you live in? What drug were you prescribed? Why did you cancel your streaming subscription? These days, there’s a code for that, stored in databases by whatever governments…

towardsdatascience.com 17 hours ago

Evaluate anything you want | Creating advanced evaluators with LLMs

Considering the rapid advancements in the field of LLM “chains”, “agents”, chatbots and other use cases of text-generative AI, evaluating the performance of language models is crucial for…

towardsdatascience.com 17 hours ago

Top Important LLM Papers for the Week from 08/04 to 14/04

Large language models (LLMs) have advanced rapidly in recent years. As new generations of models are developed, researchers and engineers need to stay informed on the latest progress. This article…

medium.com_towards-ai 17 hours ago