Implementing Tags in Azure – Best Practices

Implementing Tags in Azure – Best Practices

This Azure post “Implementing Tags in Azure – Best Practices” will explain how to use Azure Tags effectively. As organizations grow their cloud footprint in Microsoft Azure, managing resources efficiently becomes essential. Tags in Azure are one of...
Simple Python AI App with Llama to Describe Images

Simple Python AI App with Llama to Describe Images

Want a quick win with multimodal AI? In this post, you’ll build a tiny Python app that uses a Llama vision model to look at an image and tell you what it is. We’ll use Ollama to run the model locally (no paid keys required), then call it from Python. By the end,...