Browsing Tag
Flask
4 posts
How-To: Deploy Python Flask applications using NGINX and uWSGI – Deployment (Part 3 of 3)
This is the last part of the 3-part guide on setting up a Python/API application on Ubuntu 22.04…
How-To: Deploy Python Flask applications using NGINX and uWSGI – Configuration (Part 2 of 3)
After the installation of the requirement software, next is the configuration part. An application should have its own…
How-To: Deploy Python Flask applications using NGINX and uWSGI – Installation (Part 1 of 3)
Completed your Python Flask application? In this series we will be deploying the application on a Ubuntu 22.04…
Image Search With Natural Language Queries
This post shows how to build an image search utility using natural language queries. Our aim is to…