Unlock the Power of Solidity: Exploring the Essential Keywords for Smart Contract DevelopmentSep 6, 2023路10 min read
Building our first blockchain project: A blockchain voting contractWe've all heard about the last election done in Nigeria, how there seem to be claims of tampering with election votes, mistakes in counting votes, and so many other excuses, well, that was my motive for building this project馃槀馃槀. So, I thought馃 "How...Sep 6, 2023路5 min read
Building an intelligent WhatsApp bot for PDF Question-Answering using Langchain, Twilio, Python and ChatGPTSep 6, 2023路8 min read
Building a Fauna and GPT-3.5 turbo Powered Chatbot: A Step-by-Step TutorialChatbots have revolutionized the way businesses interact with their customers, providing efficient and personalized assistance. In this tutorial, we will guide you through the process of building a chatbot powered by FaunaDB and the OpenAI GPT-3.5 tu...May 19, 2023路11 min read
Beyond Web 2.0: Exploring the Benefits and Opportunities of Web 3.0's Decentralized FutureIntroduction As the internet has evolved, so has the way we interact with it. The first iteration of the web, known as Web 1.0, was primarily static and focused on providing information. With the introduction of Web 2.0, the internet became more inte...Apr 28, 2023路2 min read
Introduction to serverless databases with faunadb and pythonINTRODUCTION In recent years, serverless computing has gained popularity as a way to build applications faster and more efficiently. One of the key components of serverless architecture is serverless databases, which eliminate the need for database s...Apr 12, 2023路7 min read
How to Create an AI-Powered Chatbot with Gradio and OpenAI's GPT-3.5Introduction Artificial intelligence (AI) has revolutionized the way we interact with technology. From virtual assistants to chatbots, AI-powered tools have become an integral part of our daily lives. In this tutorial, we will show you how to create ...Mar 13, 2023路4 min read
Introduction to Artificial Intelligence, Machine Learning and Neural networksWhat is Artificial intelligence?Artificial intelligence (AI) is the ability of machines to perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation. What is Mach...Feb 27, 2023路4 min read
Image Conversion Web App with Python and FlaskIn this article, we will create a simple image conversion web app using Python Flask and Python Image Library (PIL). This app allows users to upload an image, choose a format, and convert the image to the selected format. The article is intended for ...Feb 25, 2023路7 min read