Building a Conversational Voice Bot with Azure OpenAI and Python: The Future of Human and Machine Interaction

OpenAI and Microsoft have just released a new generation of text-to-speech models that take synthetic speech to a new level. In my latest project I have combined these new models with Azure OpenAI’s ingenuine conversation capacity. The result is a conversational voice bot that uses Generative AI to converse with users in natural spoken language. … Read more

Building a Virtual AI Assistant (aka Copilot) for Your Software Application: Harnessing the Power of LLMs like ChatGPT

Welcome to the dawn of a new era in digital interaction! With the advent of Generative AI, we’re witnessing a remarkable revolution that’s changing the very nature of how we interact with software and digital services. This change is monumental. Leading the charge are the latest generation of AI-powered virtual assistants, aka “AI copilots”. Unlike … Read more

Building “Chat with your Data” Apps using Embeddings, ChatGPT, and Cosmos DB for Mongo DB vCore

talk to your data chatgpt openai cosmos db vector db embeddings search midjourney relataly AI artificial intelligence colorful pop art

Artificial Intelligence (AI), in particular, the advent of OpenAI’s ChatGPT, has revolutionized how we interact with technology. Chatbots powered by this advanced language model can engage users in intricate, natural language conversations, marking a significant shift in AI capabilities. However, one thing that ChatGPT isn’t designed for is integrating personalized or proprietary knowledge – it’s … Read more

How to Automatize your Twitter News Account with OpenAI ChatGPT and NewsAPI in Python

a robot twitter bird posting a tweed, colorful popart

It’s no secret that Large Language Models (LLMs) are a powerful tool for automating social media tasks. Not only can they be used to curate relevant content that matches your audience’s interests, but also can they create the content and tailor them to the interests of your customers. This article describes how to create a … Read more

From Pirates to Nobleman: Simulating Multi-Agent Conversations using OpenAI’s ChatGPT and Python

Many people use ChatGPT for its text-generation capability and have included it in their day-to-day workflows. However, few people may know that you can use it to create multi-agent conversations between fictional and nonfictional characters. Ever wondered if AI could take you on a time-traveling journey to eavesdrop on a chat between an 18th-century Pirate … Read more

How Far are Swiss Enterprises in Adopting OpenAI’s GPT Models?

OpenAI’s large language models, such as GPT-4 and ChatGPT, have the potential to revolutionize customer experience and boost economic productivity to a new level. With its ability to automate processes, provide predictive insights, and enhance decision-making capabilities, OpenAI will also impact companies in Switzerland. The question remains: how far along is Switzerland in adopting OpenAI? … Read more

ChatGPT Prompt Engineering Guide: Practical Advice for Business Use Cases

prompt engineering for ChatGPT in business

As businesses continue to embrace the power of conversational AI, the ability to craft effective prompts for ChatGPT has become increasingly important. However, this task can be intimidating, particularly when dealing with diverse customer bases and complex industries. But fear not, because this guide is here to help. In this prompt engineering guide, we’ll provide … Read more

ChatGPT Style Guide: Understanding Voice and Tone Prompt Options for Engaging Conversations

chatgpt style guide relataly openai

In a previous article, we looked at the value proposition of generative AI and ChatGPT (What is the Business Value of OpenAI’s GPT Models (ChatGPT)?). A standout feature of ChatGPT is its ability to write in different styles and tones. Whether you’re aiming for a professional message, a friendly vibe, a sprinkle of humor and … Read more

Using Fairlearn to Build Fair Machine Machine Learning Models with Python: Step-by-Step Towards More Responsible AI

fairness machine learning unbiased ai responsible ai python tutorial relataly midjourney-min

As we enter an era where intelligent systems are increasingly relied upon to make key decisions, responsible AI has become more critical than ever before. It’s not enough to simply rely on data-driven decision-making; we must also ensure that these systems are fair and just. But how can we do this when the same bias … Read more

Predictive Maintenance: Predicting Machine Failure using Sensor Data with XGBoost and Python

predictive maintenance python machine learning tutorial iot manufacturing

Predictive maintenance is a game-changer for the modern industry. Still, it is based on a simple idea: By using machine learning algorithms, businesses can predict equipment failures before they happen. This approach can help businesses improve their operations by reducing the need for reactive, unplanned maintenance and by enabling them to schedule maintenance activities during … Read more