Category Flask

Set Up Content Security Policy using Flask Talisman

Featured Image For: Set Up Content Security Policy Using Flask Talisman

Content Security Policy (CSP) is an extra layer of security for web applications that secures the application from malicious attacks. CSP instructs the browser on what resources are allowed to load on a specific webpage. Usually, the website administrator configures…

How to Deploy Flask Apps on Vultr using Nginx and Gunicorn

Featured Image For: How To Deploy Flask Apps On Vultr Using Nginx And Gunicorn

Flask is a Python framework for building web applications. With Flask, developers can easily define routes, handle HTTP requests and responses, and render dynamic content using Jinja2 templates. It also supports extensions allowing developers to integrate features like database access,…

Deploy ML models using Flask

Deploying Your Machine Learning Models Using Flask

In this article, we discuss how we can deploy ML models using Flask. This article assumes no prior knowledge of the Flask library. What is Deployment? Deployment in very simplified terms means making your code available for use of end-users.…

Deploy Flask App on VPS

Flask Deployment

In this article, we will deploy Flask Application onto a Virtual Private Server (VPS) using Apache Webserver Software and mod_wsgi WSGI. What is VPS? VPS, which stands for Virtual Private Server, is a virtual machine sold as a service by…