Real-time image processing has gained a lot of importance in recent years due to its various applications. The applications range from facial recognition to autonomous vehicles. In this tutorial, we…
Question-answering chatbots are a powerful tool for a wide range of applications, from customer service to educational resources. They allow users to quickly find answers to their questions without…
Let’s say you have a Python Flask app. And you have a couple of images you want to display on your app frontend. Here’s how: Note: be mindful of the image’s exact filename, as it won’t show up if we…
When I was just starting out with Python Flask, I found it pretty confusing to pass make my HTML communicate with my backend. This article hopes to explain this as simply as possible. Normally, when…
Taking a deeper look at Python's micro web frameworks
A simple guide on how we can create a form in Python Flask asking for a name and an email, and pass this form data back to our Python code.
A tutorial on how to use the OpenAI API to generate AI content.
How to implement a CRUD App with Flask Blueprint
A concise post that helps improve your authentication system
I'm sorry Flask but FastAPI is so much better.