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…

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…

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…

Charting New Territories: Navigating Deep Learning and Machine Learning in GIS Solutions.

Deep learning and machine learning, what is the difference you may ask? they sound the same for you as a GIS developer. These two terms are being thrown around by data scientists which can be very…

Learn AI Together — Towards AI Community Newsletter #20

Good morning, AI enthusiasts! This week, we dive into infinity and beyond; with Google’s most recent paper, Infini-attention, context windows are no longer a problem. And, of course, we also have…

Why Command R+ is Much Better Than Mistral Large and Offers the Same Level of Performance as ChatGPT-4_Here is The…

When I look at my Twitter timeline these past few days, I see quite a few tweets about “ Command R+”, it’s a Large language model that supports 10 languages so you can use Command R+ in your global…

Complex List Comprehensions Can Be Readable!

Python comprehensions — including list, dictionary and set comprehensions as well as generator expressions — constitute a powerful Python syntactic sugar. You can read about them in the following…

Generate Data Insights in No Time using AI

Learn how to build an AI app with Langchain for analyzing BigQuery data, enhancing data-driven decisions, and streamlining data insights.

A Data Analysis Project- Amazon Prime Video Userbase & Their Usage Analysis.

I hope you have already gone through the previous Data Analysis Project articles that I shared. If not, kindly visit the links below to catch up on the flow of data analysis. Generally in any…

Infinite Context Window?!

Context window. These two words might have been the most sought-after and anticipated in large language model research papers and announcements by OpenAI, Anthropic, or Google. Well, thanks to…