Key Points from President Biden’s Executive Order on Safe, Secure, and Trustworthy AI (October 30, 2023)President Biden's Executive Order aims to ensure the U.S. leads in both leveraging and managing the risks of AI by establishing new safety standards, protecting privacy, advancing equity, supporting consumers and workers, promoting innovation, and en...May 19, 2024·3 min read
Creating an AI Text Summarization Bot in Python Using Cohere & TelegramIn this blog post, we will go over how you can build a text summarizer bot using Cohere's API and integrate that into Telegram. Text summarization is a great technique that can help condense large amounts of text into shorter, more concise summaries....Jun 10, 2023·5 min read
Data Profiling: How Does It Help & When Should It Happen?Data profiling is a very vital step in the data cycle. It enables you to know the sort of data you’re working with and how to go about making use of it in the next stages, be it in analytics or machine learning. If you’re aiming at getting good resul...Apr 4, 2023·9 min read
Building a Machine Learning Discord Chat Bot on Repl.itIntegrating chatbots into your Discord server is a lot of fun. The majority of chatbots come with pre-programmed messages for engaging with server users, such as welcome bot messages. Applying machine learning and natural language processing to chatb...Apr 3, 2023·9 min read
Flask: Static Templates (Pt.6)Hi there! In this article, we'll be talking about how to render static templates, HTML templates and file structure strategies. Static Templates Static Templates are HTML files that remain constant. Rendering HTML Templates HTML can be rendered in Fl...Jan 18, 2021·4 min read
Flask: Dynamic Routing (Pt.5)Hi again :) We'll be creating dynamic URL routes in an application. In this article, I shall be discussing variable rules, converters and give an example using dynamic routing. We've talked about routes and views and static routing where the rule par...Jan 18, 2021·4 min read
Flask: URL Routes and Views (Pt.4)A website's homepage can be found using the URL (Uniform Resource Locator, a website's address) hostname followed by /, /home, /about or something else that's easy to understand. These URLs help users remember the URL and access it easily compared to...Jan 12, 2021·4 min read