Developing a REST API in Python and Flask Using Cursor Editor and AI

Created using DALL.E on 17 March 2025 Introduction REST APIs are essential for modern web applications, enabling seamless communication between frontend and backend services. Building them from scratch can be time-consuming, but with the right tools, we can streamline the process. This is where Cursor Editor comes in. Cursor is a code editor similar to […]

How to install n8n on Mac and create an LLM pipeline using GPT API

Author Introduction In this comprehensive guide, we will walk through creating an intelligent AI calendar assistant which will combine n8n’s workflow automation with OpenAI’s powerful GPT models. The best part? We’ll be running everything locally on your Mac, with full control over your data and no monthly subscription fees. n8n stands for “nodemation” and is […]

Using Google Colab to run LLM Models

A step-by-step tutorial In the field of Artificial Intelligence, large language models (LLMs) are transforming the landscape of what machines can achieve. These sophisticated models excel at tasks like summarising text, generating human-like content, translating languages, and answering complex questions. However, the computational resources required to run such models can be prohibitive for many individuals […]

What is Cursor?

The Next Evolution in Intelligent Code Editors Introduction In the ever-evolving world of software development, Cursor emerges as a game-changer — a revolutionary AI-powered code editor that’s blurring the line between human creativity and artificial intelligence. Imagine a coding environment that not only understands your project but actively assists you in writing, editing, and debugging. […]

Running Mistral Models with Hugging Face or Ollama

A Step-by-Step Guide to try Mistral models Introduction Mistral is an open-source large language model (LLM) series developed by Mistral AI, designed to assist with various natural language processing (NLP) tasks. Mistral is renowned for its transparent, portable, customisable, user-friendly, and cost-effective models, which require less computational power when used on local systems. Several versions […]